Techassi
Techassi
PR #614 adds the ability to use opacity values like `.shadow-red-800/50`.
The way I rebuild the box shadow colors/opacities is pretty much the same as Tailwind does in v3. But correct me if I'm wrong here. I will also adjust the...
Okay good to know. Will look into it and will open a PR if needed.
This was actually on my TODO list. So yes, I will look into it!
Would be great to know the current status on this PR / v5. As a paying user I miss some crucial features which are broken in the current version. Even...
I can confirm this behaviour. ```markdown Let $G$ be a $(p, q)$-Graph and $v, v' \in V$ ``` produces  It should be:  --- Also there seems to be...
Unfortunately Vue 3 introduced some breaking changes... I fixed them on my own but ultimately decided to write a new improved package. You can check it out [here](https://github.com/Techassi/vue-youtube-iframe)
Is there a way to disable formatting, because there is no way of setting the tab size via `settings.json`. Or you can add the ability to set the tab size...
I'm also encountering `Process exited with status 1`. It seems like this is the case when using `rm` and the plugin tries to remove the target folder with `rm -rf...
Just chiming in on this. TOML might be a good config format. The git config format looks to be very close to the TOML format, but it seems like a...