Roman Kashitsyn
Roman Kashitsyn
Потерялся индекс. Работа нудная и трудоёмкая, но нужная. К счастью, в LaTeX есть удобные макросы для создания индекса.
Lintian wants a man page entry for every executable included into the package and it wants them gzipped. It's inconvenient to add another maven plugin to just gzip a man...
It looks like thread-local state becomes infected once an instance traps (e.g. by executing `unreachable`), and when the next instance is created in the same thread, it panics with the...
I need to use different variants of a library in the same workspace, depending on the target platform. However, when I add the same package with different aliases to the...
This change implements a compact encoding for RbTrees that allows us to deserialize a tree from bytes without re-computing subtree hashes. Fixes #156
NNS dapp wants to persist an RbTree in stable memory and then recover it without recomputing any hashes (it runs out of cycles otherwise). We could add a way of...
This change makes it possible to differentiate between a failure of the call_new method and a real reject that is handled by a callback. This is achieved by changing the...
Currently, different nodes of the navigation tree use inconsistent title capitalization rules. This change makes all the titles use "Sentence case" (as opposed to "Title Case") because this style is...
This change introduces a new Rust canister example that demonstrates how to fetch a block from the ICP ledger.
This change updates the `ledger-transfer` example readme that is out of sync with the actual canister interface.