Join us in building a kind, collaborative learning community via our updated Code of Conduct.

Unanswered Questions

4,750,464 questions with no upvoted or accepted answers
310
votes
0answers
8k views
+50

Scalaz iteratees: “Lifting” `EnumeratorT` to match `IterateeT` for a “bigger” monad

If I have an EnumeratorT and a corresponding IterateeT I can run them together: val en: EnumeratorT[String, Task] = EnumeratorT.enumList(List("a", "b", "c")) val it: IterateeT[String, Task, Int] = ...
159
votes
0answers
7k views

Query LOCAL Bitcoin blockchain with C# .NET

I am trying to check the balance of a given Bitcoin address by using ONLY the locally stored blockchain (downloaded via Bitcoin Core). Something similar to this (by using NBitCoin and/or QBitNinja), ...
152
votes
0answers
2k views

Android Content Experiments with Tag Manager not showing sessions after several days

I followed the steps here to the letter and set up a content experiment for our Android app: https://support.google.com/tagmanager/answer/6003007?hl=en We've had Analytics in our app for several ...
98
votes
1answer
1k views

JsTestDriver on NetBeans stops testing after a failed assertion

I have set up JavaScript unit testing with JS Test Driver on Netbeans as per this link. I can have all tests run by command line. (On Windows PowerShell). Running as follows, tests do not stop ...
79
votes
0answers
1k views

Add a new native class to WebWorker's context in JavaScriptCore

I have an application that extends JavaScript via JavaScriptCore, in a webkit-gtk browser. Right now I have several classes that I add to the global context like so: void create_js(gpointer context, ...
72
votes
1answer
1k views

JointsWP4 (SASS): Changing Properties in Sticky

TL;DR: Is Sticky actually able to react to changes I give through JavaScript? If so, how? (The project is using Foundation 6.2 and WordPress 4.4, theme installed using Node.js/npm and gulp 4.0. My ...
66
votes
0answers
2k views

How to get Indexing Service and MODI to produce Full-text over OCR?

I have configured Indexing Service to index my files, which also include scanned images saved as hi-res TIFF files. I also installed MS Office 2003+ and configured MS Office Document Imaging (MODI) ...
64
votes
2answers
6k views

How to prevent Android Studio / AVD “CANNOT TRANSLATE guest DNS ip” error messages?

About every 4 second after I start the emulator device from my Android Studio project an error message is printed into the Run window. It's extremely annoying because it hijacks the focus. If I'm in ...
61
votes
1answer
4k views

Xcode 8.3 libMobileGestalt MobileGestaltSupport.m:153:

I'm using UIWebView xCode Version 8.3. My console continues to show me this error when I start the app and I do not understand what it means. In my UIViewController there is no code so I do not ...
53
votes
1answer
1k views

Get multiple coverage reports in coveralls for a single repository

Is it possible to get separate coverage reports for front-end and back-end tests for a single repository? It seems one possible way is to concatenate the lcov reports into one and then ship to ...
50
votes
1answer
969 views

Publishing Outlook Calendars. What is the server-side setting for sync frequency?

I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars. Outlook seems to have a setting (see the screenshot below) where it accepts a ...
49
votes
0answers
779 views

Receiving kAUGraphErr_CannotDoInCurrentContext when calling AUGraphStart for playback

I'm working with AUGraph and Audio Units API to playback and record audio in my iOS app. Now I have a rare issue when an AUGraph is unable to start with the following error: result = ...
49
votes
0answers
706 views

How do I replace a program written as a sequenced stream of state transitions with scalaz-stream?

I'm trying to understand how to reorganize a program which I would previously have written as a sequence of state transitions: I have some business logic: type In = Long type Count = Int type Out = ...
47
votes
3answers
3k views

Linking fails [ilink32 Error] Fatal: Unable to open file 'TYPES.OBJ'

I have been updating code fomr an old legacy project build using C++ Builder 2010 to compile with C++ Builder 10 Seattle. I have mostly had to change paths, a lot of dupIgnore to TDuplicates::...
46
votes
1answer
586 views

Motorola devices : org.threeten.bp.DateTimeException when parsing a date in ThreeTen

I have a very weird behaviour on some Motorola devices where LocalDateTime.now() is returning 0000-00-00T00:00:00.0 with ThreeTenABP. The code is as follow: @Override protected void onResume() { ...

15 30 50 per page