Arunanshu Biswas

Results 21 comments of Arunanshu Biswas

Had to rerun the workflow. It's up and running. Is it a [Heisenbug](https://en.wikipedia.org/wiki/Heisenbug)?

Using `with.token` parameter seems to fix the problem.

Try adding this: ```vim g:AutoPairsMultilineClose = 0 ``` or update to the latest version.

@LunarWatcher consider using `vim-scripts/auto-pairs-gentle`. It's old, but works perfectly.

I'm sure an `hmac.compare_digest()` would be sufficient here. BLAKE looks like an overkill.

Wouldn't it be valid to just return an empty byte string as output? It is consistent with other modes like AESCCM.

> Wouldn't it be valid to just return an empty byte string as output? It is consistent with other modes like AESCCM. You're right, @reaperhulk. The cipher is supposed to...

One solution would be to allow passing of flags used by `git commit` via `git cz commit` (eg. `git cz commit -e` or `git cz commit -- -e`). This is...

> note that it won't fix https://github.com/bytebeamio/rumqtt/issues/595 as broker still doesn't perform the checks It is still an ongoing work. Since broker will perform the same task, I will implement...

Hello @flxo. The hot paths that you mention use generic functions (eg. `impl AsRef`). According to [this discussion on Reddit](https://www.reddit.com/r/rust/comments/16ziv0i/comment/k3ex0pb), in release builds the generic functions are inlined. Furthermore, according...