Unanswered Questions
17
votes
2answers
3k views
List available output audio target AVAudioSession
I need to list the audio outputs available to an iOS application. My question is similar to this one: How to list available audio output route on iOS
i tried this code:
NSError *setCategoryError = ...
16
votes
1answer
7k views
Unreadable Notebook: Unsupported JSON nbformat version 4 (supported version: 3)
I've just installed IPython 3.0 using pip on my laptop, which is running Ubuntu 14.04:
$ pip search ipython
ipython-cluster-helper - Simplify IPython cluster start up and use for
...
16
votes
2answers
4k views
HTML5 2d Hex Board Game (tabletop) Engine
I'm looking for a very simple HTML5 2D Hex / Touch game engine framework to build board game like:
Turn based 2D Hex Grid Wargame
Dungeon Crawler
Settlers of Catan
Krosmaster
I found an awesome ...
14
votes
2answers
202 views
Browserify cannot find npm module
I'm trying to create an NPM module with great pain: react-smallgrid
import React from 'react';
import _ from 'lodash';
export default class SmallGrid extends React.Component{
Compiled with:
...
14
votes
0answers
978 views
How to discover which friends accepted invites with Facebook API v2.0?
Facebook API v2.0 introduced the invitable_friends edge.
An example response from a GET request to this edge is:
{
"data": [
{
"id": "AVkgK9fLFxasdvXNbDV_gYogR6lXa9SKLnH...",
...
12
votes
1answer
125 views
+50
Gradle exclude R.java in Android Javadocs when internal classes depend on R.java
I am building JavaDoc for an API wherein classes in the API depend on R.java. I want to build the Javadoc w/o symbol errors referencing the missing R.java file as even when I set failOnError false ...
11
votes
3answers
253 views
Invalid WS Security Header - IRS ACA SOAP Request
I'm in the process of submitting a RequestSubmissionStatusDetail request from the IRS.
Here's my problem. When submitting the following doc to the IRS, I always get "Invalid WS Security Header". I ...
10
votes
0answers
163 views
+100
Mocha: create and finalize test programmatically
I want to proxy test results running on other environment in real time.
Here is some pseudo code that I want to make real:
var test = proxy.getCurrentTest();
// => {slow: 200, timeout: 2000, ...
10
votes
1answer
76 views
Spring Batch ResultSet got closed by other before all data being fetched
I am trying to setup the DB2 source as the persistence for the Batch meta data. I am getting this stacktrace:
*Caused by: org.springframework.jdbc.UncategorizedSQLException: ...
10
votes
1answer
118 views
How do I convert libsodium private keys to OpenPGP compatible private key packets?
libsodium is an awesome encryption library, and GnuPG is an awesome key management and signing software.
GnuPG recently released support for Ed25519 signing keys, and submitted a draft to the IETF.
...
10
votes
0answers
272 views
Webpack dynamically create a module
I am writing a plugin which creates a SVG sprite. It globs over the directories, merge SVG files in one image and returns the result. The idea is to dynamically create a module (which contains merged ...
10
votes
4answers
3k views
Security for “Private” REST API
I am currently developing a web application that is right now comprised of a front end which displays and interacts with the data using a REST API we have written. The only thing that will ever use ...
9
votes
0answers
144 views
How to add MessageID in SOAP request using Axis2 and Rampart
I am trying to build a client application that consume external server application using Axis2 and rampat 1.6.
Everything seems to be fine when checking SOAP request, since SOAP get encrypted and ...
8
votes
2answers
83 views
TypeScript declare module
I want to create local modules in my TypeScript (with Angular 2) app and then simple reference to any file with importing module like myApp/components, myApp/pipes etc., not using relative path ...
8
votes
1answer
122 views
+50
getJSON and session_regenerate_id()
I am performing classic getJSON queries from a page which is session protected:
$.getJSON('queries.php',{q: 'updateEvent', param1: p1},
function(data){
...
}
);
On my session ...

