Mario Carbajal
Mario Carbajal
I have nothing against supporting library usage of this lib so I'll consider adding this in the future. I recommend checking out [cargo-run-bin](https://github.com/dustinblackman/cargo-run-bin) which is a nice tool for installing...
As you suggested I've split stylance-cli run function into lib.rs. This is released in `v0.5.4`. When including as a dependency you should disable the default features so that it wont...
I'll close this issue as completed.
I don't have much knowledge of what goes on with null on static targets so I don't have any idea of what would need to change. @Simn could you get...
I'm already able modify/augment existing modules with defineType for all the other type definition kinds. TDField is the exception so it's not exactly consistent in that regard. It is consistent...
Maybe the compiler could support multiple KModuleFields instances per module, then have defineType create a new one each time.
RustRover doesn't use rust-analyzer, It uses it's own implementation. (I have never tried using it before) The problem I described there is about RA and is a bit less severe...
I've installed RustRover to see if I could find any workaround. Enabling on the fly for external linter using Clippy and disabling the "Unresolved paths" Rust Inspection kinda works, Unfortunately...
The parser is failing when encountering the class name `.is-gap-0\.5`. This is a bug, escaped dots are currently not supported. I'll fix that. I'm unsure if there's other issues apart...
Stylance includes the utility [classes!](https://docs.rs/stylance/0.5.4/stylance/macro.classes.html) macro that can be used to combine multiple classes into a single string which you'd pass to the element's class attribute. I think this is...