Lukas Potthast
Lukas Potthast
## Specific Demand Reading https://dioxuslabs.com/guide/components/propsmacro.html, it does not seem possible to specify a particular default value for a property. `#[props(default)]` will always use the types `Default` implementation to infer the...
Sometimes, a `trunk serve` just gets stuck at ` INFO copying generated wasm-bindgen artifacts` Most of the time, issuing Ctrl+C to exit the process just does nothing. Sometimes, closing the...
Running wasm-opt (from https://github.com/WebAssembly/binaryen) with option "-O2" on a generated wasm file build with the `--release` flag, shrinks the size of it quite significantly. In my case from ~2.6mb to...
When using v0.5 everything runs fine in my Yew-WASM-applications, targeting wasm32-unknown-unknown and the web. So the chrono implementation works. When using v0.6 (with default features), creating a Ulid panics with...
Using version 0.8.1, creating a connection does not seem to work when on Winodws 11. When executing the following line of code: `let session = Session::connect(format!("root@{}", SERVER_IP.to_string()), KnownHosts::Accept).await?;` I either...
Using Windows 11, RC version 0.9.0-rc.1 fail to compile, as tokio-pipe seems to fail to compile correctly on Windows. See: https://github.com/yskszk63/tokio-pipe/issues/23
## Environment * **IntelliJ Rust plugin version: 0.4.199.5415-232** * **Rust toolchain version: 1.71** * **IDE name and version: CLion 2023.2** * **Operating system: MacOS** Performing a Ctrl+Click or Cmd+Click on...
I'm trying to check that an `_acme-challenge` TXT record is available by performing a `txt_lookup` call. The library returns the following error even if only that `_acme-challenge` record is available....
My use case includes copying SCSS files through a libraries build.rs file into my application root directory. Building the styles (SASS) will only work with the output from this build...
The last tag is from Feb 28, 2020 and states version 4.0.0. When looking at the number of commits since then and that the website states version 5.3.2, it seems...