Jonatas Amaral

Results 12 issues of 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: ![image](https://user-images.githubusercontent.com/8677724/160120612-6611de39-8747-47df-a08a-cd16e3428bdb.png) before the first: ![image](https://user-images.githubusercontent.com/8677724/160120881-c3b47e35-4622-449e-911a-f57156d3e633.png)

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); ``` ![image](https://user-images.githubusercontent.com/8677724/190282481-1a05d0ee-ff07-4b1d-9229-e1bba1956d7b.png) ## Also enable thumb's background-image ![home--custom-slider-thumb](https://user-images.githubusercontent.com/8677724/190283610-fc9dff8b-91f9-4a29-9ece-8a3f6da35053.svg) ```scss $thumb-background: url("/images/icons/home--custom-slider-thumb.svg"); ``` ![image](https://user-images.githubusercontent.com/8677724/190283464-87219b9a-8a9e-46ce-a93a-9ff754a04547.png)

# 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...

enhancement

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...

enhancement

## 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...

bug