-
### Description:
Lambda Plugin run works fine, but debug fails
### Steps to reproduce:
Try to run a lambda with Lambda AWS plugin in debug mode.
### Observed result:
Error: 500 Se…
-
I just wanted to follow up on an outstanding request to publish `javy-cli` to crates as mentioned [in this thread](https://github.com/bytecodealliance/javy/issues/702#issuecomment-2299658642). I'm not…
-
Make zap available to download anywhere with crates
https://rust-cli.github.io/book/tutorial/packaging.html
-
### Describe the bug
```
thread 'main' panicked at C:\Users\Rose\.cargo\registry\src\index.crates.io-6f17d22bba15001f\softbuffer-0.4.6\src\backends\win32.rs:99:9:
assertion failed: !bitmap.is_null(…
-
### Describe the bug
I generate an Xcode project through `cargo tauri`. When I then open it and try to build in Xcode manually, the script execution phase fails with the following error (long line,…
-
### Did you check existing issues?
- [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [x] I have searched the ex…
-
Adding more tables increases the number of generated `TableNotEqual` trait impls by N squared, since the `allow_tables_to_appear_in_same_query` macro generates pairwise trait impls. Past about 10-15 t…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Describe the bug
On windows 11 Tauri webview window size is not the same as define in config.
Size in tauri config: 715x505
When I run app on my client's windows 11 pc, tauri window has s…
-
Very interesting project. I wonder if you plan to have any form of process isolation like containers to execute tasks.