Nadav Ivgi

Results 99 issues of Nadav Ivgi

### Using a supported version? - [X] I have searched searched open and closed issues for duplicates. - [X] I am using Signal-Desktop as provided by the Signal team, not...

Need Information

- Seed jsbn's PRNG with a CSPRNG when available - Use `H(message||privkey||random)` for picking K for signatures Using `H(message||privkey||random)` ensures that K is always unique (since its based on the...

The signatures for an m-of-n transaction should be in the same order as the pubkeys. This seems to not be documented anywhere, but its expected to be that way (from...

So that it can be `require()`d without specifying the full path.

In http://www.doctrine-project.org/docs/orm/2.0/en/reference/dql-doctrine-query-language.html, under "With COUNT DISTINCT:" and "With Arithmetic Expression in WHERE clause:", the comment after `$query->getResult()` says "array of ForumUser objects", which is probably wrong. It seems like it...

It appears that the [bincode value fix](https://github.com/ElementsProject/rust-elements/pull/98) resulted in a different serialization format compared to before the [regression](https://github.com/ElementsProject/rust-elements/pull/96) (v0.16). With current master (fe3e9469618a479de02f8ececf92f9d456fc4c38), the following code: ```rust let commitment =...

The JavaScript code attempts to use an smileWidget() on an jQuery object, which doesn't exists and raises an error. Where can I find that? Also, it uses the cookie plugin,...

`superagent.method(...args, callback)` currently fails to properly apply the plugins, because the request is already sent by the time the plugins are applied with `use()`. This patch fixes that.