-
`FromPrimitive` and `TryFromPrimitive` already have traits, why not `IntoPrimitive`?
-
### Expected Results
All return values are returned using a single return pointer.
### Actual Results
Return values are put into registers where possible and on the stack for the rest.
###…
-
I was installing linera-service on windows and I already had rust and protoc set-up in my machine.
I changed the rust compilation from mvsc to gnu though.
I am getting the following error after comp…
-
## Environment
* **IntelliJ Rust plugin version: 0.4.177.4844-222**
* **Rust toolchain version: 1.63**
* **IDE name and version: CLion 2022.2**
* **Operating system: MacOS**
## Problem descri…
-
### Description
I am trying to build Zed (https://github.com/zed-industries/zed) on Windows 11. I have followed the instructions at https://github.com/zed-industries/zed/blob/main/docs/src/developmen…
-
**Describe the bug**
When setting the position of a window, the following assert is hit in imgui:
```
Assertion failed: cond == 0 || ImIsPowerOfTwo(cond), file C:\Users\person\.cargo\registry\src…
-
I successfully ran up4 on windows using the rust-standalone version.
One needs to install HDF5 ([link](https://support.hdfgroup.org/ftp/HDF5/releases/)) on windows and make sure that the bin folder i…
-
### What OS are you using (`uname -a`, or Windows version)?
macos 14.4.1
```
Darwin Kernel Version 23.4.0:root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64
```
### What programming languag…
-
### Describe the bug
After listening to the onResized window in Vue's onMounted and obtaining the return value of appWindow. isFullscreen(), it was found that the value was incorrect. And sometimes t…
-
### Describe the bug
I created a Tauri App using `yarn create tauri-app`, and then changed the `main.rs` file to:
```rust
// Prevents additional console window on Windows in release, DO NOT REMOV…