Uzair Aftab
Uzair Aftab
If you'd want slang, you should add it to none-ls
Great idea! Feel free to open up a PR. :)
> This is a bit annoying as the 95% of use cases is that you're either in a project that uses biome OR eslint+prettier, which is fine to configure, but...
@taskylizard Sure. I'd say copy the approach done with the ruff pack would be a great starting point. @willparsons What was the bits that were finicky?
@taskylizard I like that idea. I believe prettierd does that internally(i.e nodemodules vs the bundled option) As for 2: Is that a field in the biome json config?
How will you do that? Is that an opt that will be passed to the pack?
The preferred way to install biome is to have it in your project. I think we should do that and only that for now.
Opened #81 with refactoring of https://github.com/avhz/RustQuant/blob/main/src/utilities/sequence.rs
Disclaimer: I'm not a math wiz at all. So my understanding might be lacking. For the `Variable`struct, isn't it just to do: ```rust use num::traits::{One, Zero}; // other parts of...