Blaž Hrastnik

Results 61 issues of Blaž Hrastnik

\cc @samueldr @colemickens

4. type: enhancement
0. priority: low

Reverse of `approve` (I just copied `approve` and flipped the bool), allows a signer to undo a previous approval.

This might be better suited behind a new feature gate? We're trying to use `num-bigint` in a WASM project that's running on [CosmWasm](https://docs.cosmwasm.com/docs/0.16/). The code compiles fine, but when trying...

GetObject could unmarshal into nil which would cause a panic when referring to out.Value. This is unlikely since a node will typically return well formed responses but still worth fixing.

Hi, thank you for this plugin! Would it be possible to implement a setting similar to `let g:float_preview#docked = 1` on [ncm2](https://github.com/ncm2/float-preview.nvim#float-previewnvim)?

enhancement

I've been experimenting with #157 and trying to use async fn for the RPC implementation bodies. I've run into issues since we can't return `impl Future` from traits / use...

We're not using the server code, but are instead using Juno as a RPC client. The client package depends on some `internal` bits which then pull in `mdbx` which introduces...

rpc

Based on my IRC discussion with @silentrob, I have a quick feature request. I'm writing documentation for code, and my custom parser basically produces JSON hashes right now. So my...

Was hoping to use this to look up functions while writing Nix code but it doesn't output anything: ``` $ manix lib.listToAttrs Building Home Manager Options cache... Building NixOS Options...

https://michal.muskala.eu/2018/06/20/my-otp-21-highlights.html#new-callback-in-genserver-handle_continue2 handle_continue was added to OTP 21 primarily to support asynchronous setup without blocking (this way we can run code right after init, but make sure start_link doesn't timeout or...