Unanswered Questions
213
votes
0answers
6k views
How to affect Delphi XEx code generation for Android/ARM targets?
Embarcadero's Delphi compilers use an LLVM backend to produce native ARM code for Android devices. I have large amounts of Pascal code that I need to compile into Android applications and I would like ...
140
votes
0answers
2k views
LibStatusBar icon disappears on 3rd-party app launch
I wrote a tweak for Cydia, it adds an icon to the status bar.
It works fine on the home screen and when SpringBoard is launched, also, if an app is already launched then it works fine,
however, if an ...
113
votes
0answers
1k views
Emacs Interactive-Haskell repl non-response if either the cabal or working directory set to project directory
I'm running into odd behavior with the Interactive-Haskell repl in emacs. When I source a file, the emacs mini buffer shows a series of interactive prompts:
Start a new project named 'myproject'?
...
112
votes
0answers
2k views
Storing kinect's v2.0 motion to BVH file
I want to store motion capture from kinect 2 to bvh file. I found code which implements motion capturing to bvh file but for kinect 1 which can be found here. I study the code but I found Several ...
91
votes
0answers
1k views
FMDBBlockSQLiteCallBackFunction Crash in app that's not using makeFunctionNamed
I'm working on an app that's in the app store, which uses FMDB for interacting with its sqlite database. We've received some crash reports with stack traces like this:
Thread : Crashed: ...
78
votes
2answers
2k views
Display labels in line with the edge
I am using Graphviz 2.30. Horizontal positioning for labels works out, but in a few cases, a modified angle would be desired.
For instance, I tried various values for angle here but without any ...
70
votes
1answer
2k views
Bluetooth hands free client volume control
I have an android device acting as a hands free client device using hfp.
Using the following code:
I am able to receive a call and the speakers and mic are working as expected.
My problem is that ...
66
votes
0answers
643 views
Using Shapeless in a Quasiquote
I'm trying to call a Shapeless macro from inside a quasiquote with Scala and I'm not getting what I would like to get.
My macro doesn't return any errors but it doesn't expand Witness(fieldName) ...
63
votes
2answers
3k views
PHP Mess Detector for Eclipse
I have the PTI Eclipse plugin installed.
There is a possibility to change PDepend, CodeSniffer and UnitTest
When I try right-clicking on any file I have a Mess Detector option as well but nothing ...
61
votes
0answers
495 views
Using TemplateHaskell to list all names in a namespace
I want a TemplateHaskell function variablesInScope :: Q [Name] that returns a list of the Name's of all the variables in scope. TemplateHaskell obviously has this information available in order to ...
59
votes
0answers
1k views
Optimizing JS from WebJars using sbt-rjs in a Play 2.3.x app
Is it possible to have a Play 2.3 app concat/optimize JS (using sbt-rjs) that's included in my app via WebJars? To give a concrete example: I'm trying to create a core.js module which contains all my ...
58
votes
1answer
2k views
onPrepareActionMode not called when creating ActionMode
I just finished adjusting one of my apps to the new v22.1.1 support & appcompat libraries, see here and here for more details. When I did some testing, something was off with the ActionModes I'm ...
52
votes
1answer
1k views
SELECT and UPDATE multiple records in oriento / orientjs and transaction in waterline
How can I select or update multiple records in oriento? Like in waterline we can
offersModel.update({id:items_ids,status:INACTIVE},{status:ACTIVE})
But in waterline transaction is not available. ...
51
votes
2answers
2k views
Invalid and/or missing SSL certificate when using Google App Engine
UPDATE: Please, if anyone can help: Google is waiting for inputs and examples of this problem on their bug tracking tool. If you have reproducible steps for this issue, please share them on: ...
51
votes
1answer
1k views
Safari 7 application cache does not work
In Safari 7, the main html file with a manifest is loadable when offline, but none of the external resources are loaded, even if they're listed in the manifest file as cached. Safari's resource pane ...