-
The readme in `spirv-std` states:
```
Optionally, through the use of the "glam" feature, it includes some boilerplate trait implementations to make glam vector types compatible with these APIs.
```…
-
The current UI for windows is based on ComCtl dialogs and winsafe win32. The UI on linux & macos is limited to some very basic OS-level dialogs. Ideally, the updater should ship with it's own light-we…
-
We have a cross platform build job for our rust app, it builds on the following targets but fails on windows and linux after I started to use the magika crate.
- ❌ **x86_64-pc-windows-gnu**
- **I…
-
Rust is increasingly popular choice for extremely fast and memory safe programs.
Lua is an easy to use scripting language similar to Javascript. It's often chosen for use in embedded systems. With ht…
yonas updated
2 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What would you like to be added?
Now we only call `unwrap` in Rust function and make system crash.
Maybe we c…
sunby updated
2 weeks ago
-
```
$ rust-analyzer --version
rust-analyzer 1.83.0-nightly (c52c23b6 2024-09-16)
$ rustc -V --verbose
rustc 1.83.0-nightly (c52c23b6f 2024-09-16)
binary: rustc
commit-hash: c52c23b6f44cd19718721a5e3b…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](htt…
-
I find some parts of Slint's API to not properly follow Rust's conventions. Here are some things that stood out to me:
- Some names are unnecessarily long and redundant:
- `MapModel:…
-
## Summary
Currently OpenAPI generator codegen is simple bad also bad, there is no straightforward to actually mock the API calls, because those functions are not generic and they only getting the co…
-
## Background
Currently, modules are being programmed in LUA and compiled into wasm64.
## Problem
Not enough language support for developers to program ao modules.
## Solution
Compile d…