Samuel Onoja

Results 53 comments of Samuel Onoja

> To take things a step furher, I think it would be cool for Zed extension search to support some sort of query syntax, where you could type `author: nathansobo`...

@JosephTLyons what's your updated suggestion on this.. I'd like to work on this next weekend when I'm free!

I disabled `transport` feature and implemented in my code no need to rely on `tonic_build` for it ```rust [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tonic = { version = "0.7", features = ["tls",...

> related [#2013 (comment)](https://github.com/KomodoPlatform/komodo-defi-framework/pull/2013#discussion_r1415489660) The below is from a DM with @onur-ozkan > > > The problem is with resubscription where we do it if any electrum reconnects, so if...

> @borngraced Could you please review my last commit. It's a straight refactor of the two manager: basically moving the methods around and putting methods in the structs they access....

> @borngraced can you please work on these fixes https://github.com/KomodoPlatform/komodo-defi-framework/pull/1932#issuecomment-1729684767 in next sprints after ARRR wasm is completed? Alright cool 👍

> ``` > smk762@pig:~/GITHUB/KP/atomicDEX-API/bin$ komodefi-cli init > Start collecting mm2_cfg into: MM2.json > > gui is set by default: komodefi-cli > > What is the network `mm2` is going to...

> btw there is a similar feature https://docs.rs/thiserror/latest/thiserror/. An interesting feature in it is formatting error message with interpolating nested error seems cool really, but it still depends on `anyhow`...

> Also I think you need to update the doc for EnumFromStringify: > > * This note `// E.G, this converts from Bar, Man to FooBar::Bar(String)` does not fully match...