Daniel Olano

Results 88 issues of Daniel Olano

Femme looks quite nice, one feature I'm missing though is to filter out debug messages from some dependencies, I still want to keep the `debug` level but not log things...

After installing with `npm install execSync` I got `Cannot find module './build/Release/shell'` error. I had to go into the node_modules directory and build it myself passing the flag `--python python2`...

[Notcurses](https://nick-black.com/dankwiki/index.php/Notcurses)([showcase](https://www.youtube.com/watch?v=dcjkezf1ARY)) is a library for building rich TUIs that make you forget you are running in a terminal and has [Rust bindings](https://crates.io/crates/notcurses) available. As Dioxus already has interest in TUI...

This is also more of a question since I'm still figuring things out and wanted to know more about the error handling practices of Riker. Wouldn't it be better if...

### Describe the solution you'd like > [Notcurses](https://github.com/dankamongmen/notcurses) is a library facilitating complex TUIs on modern terminal emulators, supporting vivid colors, multimedia, threads, and Unicode to the maximum degree possible....

delight

From https://matrix.org/blog/2021/05/06/introducing-the-pinecone-overlay-network > If Pinecone works out, our intention is to collaborate with the libp2p and IPFS team to incorporate Pinecone routing into libp2p (if they'll have us!) while incorporating...

I haven't tried compiling this to WASM but I will assume it doesn't 😅 I might sound weird wanting to run a browser automation tool from a browser environment but...

question

Starting to dig into the embedded networking story of Rust I find embassy-net as a very interesting option as I prefer the async nature of the embassy stack. However I...

This PR turns the crate into `no_std` compatible replacing `std` references with `core` + `alloc` and adding the `std` feature where needed(`std::error::Error` support). Also tried to make the dependency on...

In Virto Network we base our multi currency system on orml traits and tokens pallet, on top of which we built our [`payments-pallet`](https://github.com/virto-network/virto-node/blob/master/pallets/payment), which provides an escrow like system that...