Lach
Lach
Polkadot.js неверно понимает что от него требуется в этом случае. Хоть RPC и работает через JSON, параметры кодируются через модель данных scale, а соответственно `Option` не то же самое что...
Was encountering `source slice length (723968) does not match destination slice length (723712)` https://stackoverflow.com/a/38975673
I need both support for more algorithms, and for the new dependencies for my project, so I have merged and resolved conflicts between #11 and #13, uploading the result here...
While this isn't useful in general (because you can always call forget(space)), it is useful in thread-local case, because destructors for TLS entries are ran, and this isn't needed in...
is_type_tracked causes issue in this case: ```rs #[derive(Trace)] struct A { a: Box, } ``` Because it expands to ```rs impl Trace for A { fn is_type_tracked() -> bool {...
std.sort doesn't seem to respect keyF argument: ```jsonnet std.sort([1,2,3], keyF=function(v) error "not reached?") ``` Returns `[1, 2, 3]`, `keyF` function is not called.
We stumbled upon a problem during our transaction throughput testing on our kusama parachain: revalidating transactions stuck in a loop on gateway nodes (?). # Context Our network consists of...
### What happened? PRQL is not consistent with null comparisons, it transforms `== null` and `!= null` to `IS NULL` and `IS NOT NULL`, yet does not emit similar things...
There is multiple options: 1. ~~Using steam's proton, instead of requiring wine to present in system~~ Done! That's not perfect, but it already works better for everyone. 2. Using loadlibrary:...