Chris
Chris
My current need would be to test two specific features sets that are incompatible with each other. Here is a "wish it would work" toml as example ```toml [jobs.check-ssr] command...
> Your need could be seen as to have the warnings & errors of two different cargo executions merged into only one report, right ? Concisely yes, I am indifferent...
> Do you see use cases which wouldn't fit well with this approach. Unable to think of anything that wouldn't work with this idea (for myself at least). I would...
confirming downgrading rust-analyzer to `2024-03-11` is a valid workaround for Neovim `rustc 1.80.0-nightly (d84b90375 2024-05-19)`. Regression present on `rust-analyzer@2024-05-20` `rustc 1.80.0-nightly (d84b90375 2024-05-19)` Span shows on LSP hover: ``` unused_braces...
I know this is an old issue. But, if you want to close it, this is already available through a somewhat hidden helper in `leptos_config`. The below snippet will embed...
@rakshith-ravi I have a pending #2208 that I may wait to get merged but otherwise I could add some notes onto `LeptosConfig`. It may be be nice if a `LeptosConfig`...
FWIW, putting the *absolute path* to a db in a `.cargo/config.toml` section in my workspace root seemed to work for rust-analyzer. Not perfect, but it works ```toml [env] DATABASE_URL =...
Yeah I don't think it would hurt and could possibly lead to some better user experiences. To be honest I am not entirely familiar with your second point regarding testing....
Note that your table for rust analyzer is possibly mixing up the depth for some of the keys ```toml [language-server.rust-analyzer.config] #
I believe if you ran a blame on this it was actually me that introduced this bug. Not that it really matters. From my understanding of the docs [here](https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates), the...