Ondrej Brablc

Results 14 comments of Ondrej Brablc

A new Linux/Ubuntu desktop user here (refugee from macOS), and I can report, that on Ubuntu 24 Alacritty remains the only application without kinetic scrolling that I have met.

It seems to be caused by this code line: https://github.com/dz4k/vscode-hyperscript/blob/1137cea61be1eae8e7289dc4d89b2290c09d1ae3/syntaxes/_hyperscript.tmLanguage.json#L135 It seems we use 3 years old version. I really do not know the best way to create a pull...

I would probably be happy with this formatting - e.g. indenting inside tags instead of outside: ``` {% for i in '01' %} {% cycle 'hidden lg:block' 'lg:hidden' as resolution_class...

I have created a PR #4 with my workaround for this.