Thomas Eizinger

Results 368 issues of Thomas Eizinger

For integration with RPC APIs like [`get_block`](https://www.getmonero.org/resources/developer-guides/daemon-rpc.html#get_block), it would be helpful to have modules that can be used with `serde(with)` where the returned hex-string is decoded into a `monero::blockdata::Block`.

enhancement

Thanks for making this! I am keen to bitwarden as the secret service on my setup to have it all in one place. Unfortunately, I can't get it to work...

As far as I can see, sqlx cannot currently handle the `Decimal` type together with the sqlite backend. Would it be acceptable to support this via a string representation of...

Over at `either`, we are [discussing](https://github.com/bluss/either/issues/76) to add structural projection. Would that be a safe thing to do? What are the reasons why it is not public here in `futures::Either`?...

C-feature-request

I've been testing out the Gnome 42 branch (referenced [here](https://github.com/paperwm/PaperWM/issues/409)) and it works pretty good. The only thing I've found to be broken is the 3-finger swipe is meant to...

bug
gnome-42

# Description This patch-set removes our use of `default` features. We also introduce a new `full` feature that activates all features. ## Links to any relevant issues - https://github.com/libp2p/rust-libp2p/pull/2173 -...

# Description This patch-set introduces `libp2p-swarm-test`. I am putting it up as a draft for now. In case people like it, I can move forward and port more of our...

Opening a new issue here to track the proposal discussed in https://github.com/libp2p/rust-libp2p/pull/2146. cc @mxinden @dvc94ch ## Summary An opt-in based feature design is preferable over the current one due to...

difficulty:moderate

# Description Previously, the `DummyConnectionHandler` offered a "keep alive" functionality, i.e. it allowed users to set the value of what is returned from `ConnectionHandler::keep_alive`. This handler is primarily used in...

# Description This is a replacement for https://github.com/libp2p/rust-libp2p/pull/2889. With `lru` version 0.8.0, we can no longer pass a capacity of 0 to it which is why we write our own...