-
Surprised this wasn't found much earlier.
This line https://github.com/rust-bitcoin/rust-secp256k1/blob/master/secp256k1-sys/src/lib.rs#L881 mangles public keys when they're being parsed in fuzzing…
-
The installtion of the back end does not work at all. It seems that ZMQ Comptability is in cause:
```
info it worked if it ends with ok
verbose cli [ 'node', '/usr/bin/npm', 'install' ]
info using np…
-
The way [navigator.mediaDevices.setCaptureHandleConfig](https://wicg.github.io/capture-handle/#dom-mediadevices-setcapturehandleconfig) and [track.oncapturehandlechange](https://wicg.github.io/capture…
-
Test case below.
```
var Heap = require('heap');
var cmp = function (A, B) { return B - A; };
var L = [3, 1, 2];
Heap.heapify(L, cmp);
while (L.length) {
console.log(Heap.pop(L));
}
```
Produces:
…
-
Currently, all the tests are assumed to report `NoError`. Add configurations, where errors are expected.
-
In the R H2O library (h2o), the h2o.group_by function supports summary functions though methods of group generics.
E.g.: You can execute this:
{code:r}
h2o.group_by(
data = starwars,
…
-
Hello, first of all, thanks for this program. It's been very useful for transfering music to my phone :D
I did want to ask if by chance was possible to add a flag to substitute some special character…
-
My API returns a response where `:body` is a BufferedInputStream, and because of that miniprofiler dies with a stacktrace like that:
```
java.lang.ClassCastException: java.io.BufferedInputStream cann…
-
How do you feel about changing the variable names to be consistent across countries? Right now it is a mix of the variables as described in the sitreps (which include whitespace and punctuation), and …
-
The current code in `get_accept_languages` currently discards the `.codeset` and `@modifier` portions of locale identifiers in order to try and make POSIX locales look like BCP47 locale identifiers:
…