-
nativeshell supports creating desktop applications using the `WindowWidget` and `WindowLayoutProbe`. is there a way to get the regular `Scaffold` based apps to work with nativeshell?
-
whenever I step on a empty loop, gdb hangs and `Ctrl-c` stop working until I reset the board.
## Steps to reproduce
- setup the code bellow
``` C
#include
#define SEMIHOSTING
#ifdef SEMIHOST…
-
I recently discovered this issue recently in JME 3.6.0-alpha1 and created a test case.
Here's how it renders with the 3.2 Core profile:
![Core](https://user-images.githubusercontent.com/2287609/2116…
-
Hi Rami
Thank you for this interesting tutorial.
I'm in the section [Running R code](https://github.com/RamiKrispin/vscode-r#running-r-code) and experiencing some issues.
If I open `./tests/p…
-
A very simple snippet lands on an infinite loop in some environment it seems:
```rust
let left: u64 = 1;
let right: u64 = 1;
let mut myhash = HashMap::new();
myhash.insert(left, right)…
-
First, I'm not sure if this should (also) go into the bumpalo issue tracker. Let me know.
I'm observing various issues with this type
pub type BuildHasher = BuildHasherDefault;
pub type…
-
### Describe the bug
When trying to build the project, I encountered a linking error with the libzstd_sys library.
### Reproduction steps
1. Installing with cargo install
2.
3.
...
### Expect…
-
For [this PR](https://github.com/rust-embedded-community/usb-device/pull/60) I've thrown together a [firmware and minimal documentation](https://github.com/ianrrees/test-usb-device) to use this crate'…
-
I'm currently working on a platform which isn't supported by probe-rs yet. I'm also working on that, but as of right now my only way to debug the target is using J-Link's GDB server.
The problem with…
-
*Miri maintainer note: this is a fun project, but not something we currently intend to support officially. To keep maintenance manageable, Miri only supports running on platforms that rustc supports r…