-
Currently we specify the patches in the riot-rs workspace Cargo.toml, but there they won't get picked up by out of tree builds.
Those patch lines cannot IIUC supplied via environment (`CARGO_PATCH_…
-
Scenario: I'm currently developing my application in a docker container on MacOS. I wish to use `kill` and other related apis in Rust. Therefore I need to port those signal constants from C header to …
-
### What is the problem this feature would solve?
Many native projects would like to be able to embed a JavaScript runtime that can leverage the Nodejs ecosystem and Nodejs standard library.
- A…
-
Hello @l1npengtul :
Thank you for building this awesome tool!
I want to release `video-call-daemon` to crates.io
Link: https://github.com/security-union/videocall-rs/pull/176
```
This is …
-
When I try to start the application per the [README](https://github.com/rtyler/dotdotvote?tab=readme-ov-file#hacking),
it fails due to a missing `DATABASE_URL` config. That's not a surprise, since …
-
### Feature Description
Currently, we have one slint application that has 6 windows and every window has its own global but when these windows have one common state, an instance needs to be stored in…
-
### Describe the bug
I installed tauri2.0beta a few months ago and it worked great. This week I wanted to try the official version of tauri2.0. I installed the latest rust language, then created a…
-
I use Azure Developer CLI to build templates in multiple programming languages including, but not limited to:
- .NET
- JavaScript
- TypeScript
- Python
- Java
- Go
- Rust
Today, I deploy my services…
-
### Describe the problem
I am building a shortcut system for my desktop app, for triggering actions using hotkeys that aren't in any menu. From what I understand, there are two ways to go about thi…
-
### Describe the problem
I want to be able to react to key events coming from the application event loop.
I am building a shortcut system for my Desktop app, on macOS. I would like to be able to…