CaliViking
CaliViking
Added missing steps that I ran into using Ubuntu 20.04 LTS
Added notes regarding problems I ran into on Ubuntu 20.04 LTS - I am not sure that I have placed them in the right part of the document. This file...
**Describe the bug** Running `node setup.mjs` as described in https://github.com/zxch3n/vitest-ext-basic-example fails with error message: `/bin/sh: 1: /mnt/c/Users/niels/AppData/Local/Programs/Microsoft: not found node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection: This error originated...
### For reference, see: Related exercise: https://github.com/rust-lang/rustlings/blob/300cdc27dd0eb06939e187f86dd5833d146339a3/exercises/conversions/as_ref_mut.rs#L22 Related unit test: https://github.com/rust-lang/rustlings/blob/300cdc27dd0eb06939e187f86dd5833d146339a3/exercises/conversions/as_ref_mut.rs#L55 Related pull request (solves only part of the problem): https://github.com/rust-lang/rustlings/pull/1113 ### Background information: ``` rustc --version rustc 1.62.1 (e092d0b6b...
The thing I find most confusing about num-trait is that there is no definition of the purpose and scope of the trait. The documentation says nothing about how the developers...
I see a lot of Rust Crates being stuck in the 0.X release cycle. What is missing before it can be declared a version 1.0.0? Do you need community help...
## Description Issue is described in https://github.com/bigskysoftware/htmx/issues/2314 htmx:oobErrorNoTarget event does not trigger I changed the function oobSwap so that it tests for the length of target "if (targets.length > 0)...
This may be a strange question, but can I use this with Axum? I got this from @SirCipher https://github.com/snapview/tungstenite-rs/issues/2#issuecomment-2639384805 > [@CaliViking](https://github.com/CaliViking) if it's any use and you're building an async...
Thank you for creating this library. There is a feature that I am struggling with. The library uses anyhow for error handling, this makes it hard to programmatically handle errors...