-
it seems that it does not compile with the 1.39 version of rust. (I tested on linux)
rust v1.38 on windows was ok
-
It is relatively common that a multi-lingual speaker would specify fallback languages on their system in case a program does not have strings for their most preferred language.
> User speaks Farsi …
-
This would be useful for people who need to choose a way to call Windows APIs.
I found little information online about making a choice:
- https://www.reddit.com/r/rust/comments/l23fr7/rust_for_w…
-
Windows 64-bit PyPy fails to find an interpreter - Linux and macOS (both archs) are fine. Example: https://github.com/tox-dev/pyproject-fmt-rust/pull/11
It works with cibuildwheel, so I think it's …
-
After series of tests on console's devkit made by friend's studio, It's mainly possible to upstream Xbox as the new supported platform (NO CI)
Implementation is simple, mostly copy-paste windows co…
-
GrayJay not being on desktop is a bit frustrating and limits its usability. I propose that for a future desktop app be built. The best way to do this will most likely be some HTML based desktop app pl…
-
### Describe the bug
Too many calls to [`tauri::Window::emit`]() in a short amount of time causes the app to crash.
### Reproduction
Initial testing was conducted using a [minimal reproduction]() w…
i-c-b updated
6 months ago
-
clang offers the ability to mark a symbol as exported or non-exported from a dynamic shared object (DSO) using `__attribute__((visibility ("default")))` and `__attribute__ ((visibility ("hidden")))`. …
-
Hello @dtolnay,
I'm struggling with this linking problem for days.
To explain a bit the context, I have to use a _no-access-to-source cross platform dynamic library_ we are using for years in C+…
-
I'm on Arch Linux with Rust nightly (2024-07-13). I run `just run` and I get this:
```
--> src/main.rs:130:30
|
130 | Box::new(source::dxdup::DisplayDuplicator::new()?);
| …