David A Roberts
David A Roberts
I fixed the issue @mmatera noted, but I can't quite get mathics to sort the polynomial terms in a consistent order. In fact it behaves kind of strangely whenever the...
@rocky Ok, I won't worry too much about it now then, I'll just adjust the ordering in the tests for now
Huh, I wonder where that power is coming from, it should only be calculating $2^{16777496}$, which python can handle fine (but just doesn't want to print by default): ```py >>>...
It looks like `is_emscripten_module` is looking for imports that emscripten (no longer?) provides: https://github.com/wasmerio/wasmer/blob/94edff8e2bb4a1e7cad5f2979e04d3634a3e867f/lib/emscripten/src/utils.rs#L14-L27 ```yaml $ wasmer inspect llvm-box.wasm Type: wasm Size: 59.4 MB Imports: Functions: "wasi_snapshot_preview1"."fd_close": [I32] -> [I32]...
Oh nice, they actually have official support for wgsl now. I looked into this a while ago but wgsl was still too unstable for this to make much sense, but...
I did a quick test of dropping in the generated code from one of the Slang playground examples, and I think it's looking quite promising: https://compute.toys/view/1712 I think the main...
Still needs more work to be ready to merge, but I have something working in https://github.com/compute-toys/compute.toys/pull/263
The other option would be to add it as a feature that can be switched on and off (like float32 is), and just default it to on (at least for...
This happened around 2017-02-23 18:40 UTC: ``` /sync error Unknown error code: Unknown message { [Unknown error code: Unknown message] errcode: undefined, name: 'Unknown error code', message: 'Unknown message', data:...
@pbruna it happens sometime during whatever internal sync loop runs after calling `startClient` Happened again a couple of days ago, slightly different error: ``` /sync error Unknown error code: Unknown...