Jean-Christophe Hoelt
Jean-Christophe Hoelt
Proper fix should be in the debian file, but in the meantime...
The `androidpublisher` API now includes a `subscriptionsv2` resource that has to be used to validate purchases made with Android Billing v5 API released this month (_has to_ or I get...
I cannot setup a IPv6 cluster, because the `_cluster_setup` action `add_node` doesn't accept IPv6. ``` curl -H 'Content-type: application/json' "admin:[email protected]:5984/_cluster_setup" -d '{"action": "add_node", "host":"host2.vlan0", "port": 5984, "username": "admin", "password":"password"}' |...
This looks similar to issue #676, which is from 6 years ago but still open, so I kinda think I should post a new issue. It happens to a few...
`CTRL-P` auto-completes by finding the closest word that starts like current input, I use this all the time. http://vimdoc.sourceforge.net/htmldoc/insert.html#i_CTRL-P
Would it be possible to write an extension that overrides' `mail()` in php to use hectane? The setup could be done in `php.ini`, the wordpress plugin (for instance) would then...
Ref #30 I see that hectane now requires command-line args instead of env vars. Wouldn't it be possible to have env vars work as well? I see at least 3...
Some mockup libraries (like testdouble) makes it easy to turn synchronous code into synchronous code (for easier testing). By default, vasync breaks synchronous flow by calling callbacks inside a `setImmediate`...
Since it's getting more complex, I moved the healthcheck logic to its own script.
## Problem Description The app connects to the debugger, but the latest fails (from the stacktrace, it looks like the problem is with loading source files). ``` $ fdb Adobe...