Tomáš Tintěra
Tomáš Tintěra
In PROTOCOL.md, the formula for initialization vector is `IV = MD5(MD5(Key) + Token)` However, the following apears to be correct instead (at least for my `dreame.vacuum.mb1808`): `IV = MD5(Key +...
Hi, The `allowConstructorFlags` option of the `no-invalid-regexp` rule is case insensitive. I believe that the option should be treated as case sensitive (because regexp flags are case sensitive). ### What...
The machinery with `__kBitConversionBuffer` is tied to little endian systems. On big endian systems, the two slots on `__kBitConversionInts` are swapped. To illustrate, consider ```javascript JSBI.LT(JSBI.BigInt("4294967296"), 4294967296); ``` On big...
I believe that I maybe found a bug in the compiler. # Steps to reproduce: ```sh cat > puzzle.cl `(f arg)` 2. `(f (list arg))` -> `(list arg)` 3. `(f...