frederikhors
frederikhors
Any news on this?
Do you think there might be in the future?
Any news on this? It would be extremely useful with many big components using https://github.com/TehShrike/svelte-state-renderer...
Ok. I think we should start with a CRUD example with relations.
https://github.com/diesel-rs/diesel/issues/2348
I'm new to Rust. Is this a problem with `diesel` also or only with `cargo-outdated`?
``` rustup 1.25.1 (bb60b1e89 2022-07-12) info: The currently active `rustc` version is `rustc 1.62.1 (e092d0b6b 2022-07-16)` ```
I can confirm it works now.
I can use that runner only if I use this config: ```toml [tasks.windows_start] script_runner = "pwsh" script_extension = "ps1" # If I remove this line it doesn't work! script =...
Thanks. It may work, but I feel it could be done better. Each time the script starts it must create a temporary `.ps1` file. I don't think that's the fairest...