Zercerium

Results 11 issues of Zercerium

```rs /Users/nick/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/test/src/test_result.rs:102:24 | 102 | Some(libc::SIGABRT) => TestResult::TrFailed, | ^^^^^^^ not found in `libc` ``` **rust-analyzer version**: 0.4.1838-standalone (c06ca6cff 2024-02-11) + 0.3.1839-standalone (c06ca6cff 2024-02-11) **rustc version**: rustc 1.78.0-nightly (b381d3ab2 2024-02-12)...

C-bug

on windows the following error is popping up in the web devconsole ``` Access to fetch at 'http://ipc.localhost/__initialized' from origin 'http://localhost:1420' has been blocked by CORS policy: Response to preflight...

imo it would be nice to get also the [event system ](https://tauri.app/v1/guides/features/events/) typed. Any plans or ideas for that? At the moment a possible solution is to use [specta](https://github.com/oscartbeaumont/specta) to...

Would it be ok, to add a basic vue example to the examples? At the moment the current examples using wasm, which is supported by tauri but does not have...

### Is your feature request related to a problem? the query `SELECT * FROM temp:['London',NONE]..=['London',NONE]` currently returns nothing. See also #3711 ### Describe the solution It would be convenient if...

documentation
feature
triage

at the moment the password ist stored in plaintext (locally). I can reload the page and then toggle the password visible again. instead of this after a login a session...

on safari the settings panel is broken on the dashboard using the latest embedded dashboard from the docker image. (commit: 7ef18c0915f1a8d833984256e51b0d85ba5b34f4) if I disable height and overflow in .arco-drawer-body it...

"nuxt-primevue": "3.0.0" "primevue": "^3.52.0" Property 'active' does not exist on type 'MenuContext' so active styles aren't getting applied in the menu context. it seems pretty basic but if you want...

Hi, thanks a lot for your great work. I updated Rspack to v1, they are now using swc_core v0.98. (1.70 - 1.7.18) https://plugins.swc.rs/versions/range/16 Are there plans to upgrade this plugin...

https://github.com/esp-rs/no_std-training/blob/1ef8e704c5881b25aa0fa2ee7429b2aa376ca3cc/.devcontainer/devcontainer.json#L5 hi, at first thanks a lot for all the resources for rust development on esp32. There is no `rust-nostd-training` image like mentioned in the snippet above, just the `rust-std-training`...