codetrotter
codetrotter
Hi, The problem described in this issue occurs with SBCL 1.5.4 using the versions of the dependencies that were installed by Quicklisp at the time of this writing on both...
### Requirements - [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...
I am planning on a WASM build in the future and a corresponding Single-Page Application website where the tool can run. That way people can test the tool right away...
According to https://duckdb.org/docs/sql/functions/dateformat#format-specifiers | Specifier | Description | Example | | -- | -- | -- | | … | … | … | | %u | ISO 8601 weekday...
I'm having problems installing the sqlite3 egg on my machine but found another egg that embeds sqlite3 in an egg instead of using the sqlite3 that it finds on the...
https://docs.rs/tracy-client/latest/tracy_client/macro.span.html It is not clear from the rust tracy client docs what a "Tracy span" is. If we take a look in Tracy itself, they only mention the word "span"...
Output incorrectly said running 4 tests. Real output says running 3 tests.
Similar to the plan for Pgen https://github.com/ctsrc/Pgen/issues/5 I want to make WASM build in the future and a corresponding Single-Page Application website where the tool can run. That way people...
Not particularly exciting pull-request but something that should be done IMO :)
Two of the the underlying libraries used for the GUI of neophyte, `winit` and `wgpu`, support compiling to WebAssembly and using WebGPU in the browser. - https://docs.rs/winit/0.30.5/wasm32-unknown-unknown/winit/platform/web/index.html - https://docs.rs/wgpu/22.1.0/wgpu/enum.Backend.html#variant.BrowserWebGpu I...