chpio
chpio
https://github.com/chpio/repro_byjg_migration_sqlite_view then execute `./db reset -vvv` twice. (why is a flag needed to print sql errors? without `-vvv` it just prints "-- Error migrating tables --" without an actual error).
is there another doc generator which can group function/classes/$things into modules? I don't want to show a list with hundreds of functions without any hierarchy or structure. ohh... here's the...
> Does it have to be no-std? No, but some of the std APIs are stubbed out (like [threading and atomics](https://rustwasm.github.io/2018/10/24/multithreading-rust-and-wasm.html)) or panic (filesystem). > In that case, I guess...
I guess it's not possible to change the [`require` fn](https://github.com/ioBroker/ioBroker.javascript/blob/d5619eef2dfac2b394789cc8c0e3b08d117f6d77/lib/sandbox.js#L407) in a way that it is able to import a "virtual" module, say "iobroker.javascript.api", that would return the sandboxed object...
> The sandbox is already patching the require function, but I'm not sure if/how it is possible to change the global scope of the returned module. i meant all `require`s...
```rust match merge(A, B) { A => Some(cmp::Greater) B => Some(cmp::Lesser) _ => None } ``` do you mean?: ```rust let ab = merge(a, b); if ab == a {...
But there is nothing in `crdts` that isn't supported by wasm? (the blocker is more of a js problem than a wasm problem?)
What is the purpose/usecase for this? Saving on storage capacity if you only need smaller counters? Other types than ints like enums etc don't make much sens (besides maybe newtypes/int-wrappers)....
also: ``` bash $ ipfs daemon --mount Initializing daemon... Swarm listening on ... [snipp] API server listening on /ip4/127.0.0.1/tcp/5001 Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8081 19:03:22.454 ERROR fuse/ipns: looking up...