Jonatas Amaral
Jonatas Amaral
Hey, nice package! So, i've found that on NPM, and later on made some edit to allow some nice things: - auto load as cssModules for `.module[s].css` - allow load...
Hi. I'm doing a tour, with requires inserting a mock in a unit test. And found this bug: The `Insert Code` option, in inserting the "new line" character at the...
Using `CTRL + ←` / `CTRL + →` to navigate, can make Codetour go to 'out of boundaries" steps, like `-1` after the last:  before the first: 
I think the title says it all Would be good to have, at least as a configurable feature, an option to, when adding new lines to a file (as you...
## What Convert all sass math to css `calc()` ## Why It allow us to pass css custom properties ( `--variable`) to all size related variables ```scss $thumb-height: var(--thumb-size); $track-shadow-size:...
## Add functionality to show a progress-bar color ```html ``` ```scss $progress-color: #ABE188; $progress-value: var(--progress); ```  ## Also enable thumb's background-image  ```scss $thumb-background: url("/images/icons/home--custom-slider-thumb.svg"); ``` 
# Rethink tag editor I'm think there's room for improvement on the (just released) tagging workflow #1381 ## The view The "tag editor" could have two pannel, for tag name...
I've installed regolith-desktop on existing Ubuntu installation. My `update-alternatives --config x-terminal-emulator`is set to tilix, because i wanted tabs and panels (still want to normal DE). But for regolithm gnome-terminal seens...
### Did you check the docs? - [X] I have read all the LazyVim docs ### Is your feature request related to a problem? Please describe. When using LazyVim in...
## Issue description On pointing a direction for creating a new page, "Up" and "Left" act just like "Down" and "Right" respectively. Given the bellow example, i was expecting, on...