zeroexcuses

Results 15 issues of zeroexcuses

Quoting: https://github.com/bheisler/RustaCUDA/blob/master/src/memory/device/device_buffer.rs#L132-L172 ``` /// Deallocating device memory can return errors from previous asynchronous work. This function /// destroys the given buffer and returns the error and the un-destroyed buffer on...

Is there any chance we can build python3-sys or rust-cpython with target = wasm32-unknown-unknown ? I have a webapp built in Rust/wasm32, and I would like to be able to...

Is there a way to mix rust-accel with raw *.cu files? I would like to write some __device__ helper functions in *.cu, then call them from #[kernel] functions defined in...

enhancement

Hi, Is there any planned support for TouchEvents? In particular: finger-down finger-drags across screen finger-up Thanks!

Hi, I am writing an in browser application via Rust compiled to wasm. In this in-browser application, I would like to be able to dynamically generate code and call it....

In init.lua, I have: ``` local lsp = require('lspconfig'); lsp.ocamllsp.setup({ cmd = { "ocamllsp" }, filetypes = { "ocaml" }, }); ``` How do I add this to config.fnl ?

How do I modify` ~/.config/nvim/fnl/config.fnl` to add `~/my_config/nvim/*/start/*` to rtp ?

Is js_of_ocaml missing bindings for https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel https://developer.mozilla.org/en-US/docs/Web/API/MessagePort I tried grepping for it in js_of_ocaml/lib/js_of_ocaml but not finding anything.

enhancement
Good first issue

Does tigerbeetle scale horizontally? If we throw 100 machines at it, can we get 100 M tps:? 99.99% of transactions will only involve 2-3 accounts; some may involve 4. None...