Michal Nazarewicz
Michal Nazarewicz
Change ibc::apps::transfer::types::Memo type to wrap `Vec` rather than a `String` so that it doesn’t have to be valid UTF-8. With ICS-20 memo is used to transfer machine-readable instructions to execute...
## Feature Summary In our use case, we have a Merkle trie which is dedicated for the exclusive use of the IBC module. As a consequence, any trie path derived...
Let’s look at ClientId for example. Suppose I have a client id as a String. There’s currently no way to convert that String into ClientId without performing an allocation. The...
We are using a lot of types coming from third-party crates which do not implement IdlBuild. This prevents us from update to 0.30. We pretty much don’t care about IDL...
I’m working with a third-party crate which defines a `ClientError` type and a `From
To reproduce: 1. Create two modified buffers, 2. Enable auto-dim-other-buffers-mode, 3. Focus a non-minibuffer window, 4. Press the key binding for save-some-buffers, focus is supposed to move to the echo...
Is there any reason to use a copy of delta_e rather than a crate? Disclaimer: I am the maintainer of empfindung.
I’ve spent couple hours trying to figure out what I’m doing wrong until I’ve stumbled upon the Issue describing the work-around. Add it to the man page so other people...
`cgi` module has been removed in Python 3.13. Remove the unused import so that the code runs.