Kamiel de Visser

Results 14 issues of Kamiel de Visser

If I press `CTRL+SHIFT+B` to build a new version of my Sketch and run it, and then edit a few variables, and press `CTRL+SHIFT+B` again, I'll get VSCode telling me...

enhancement
question

If I right click in a directory and click 'Open alacritty here', I open alacritty in the `working_directory` rather than the directory I clicked 'Open here' in. Steps to reproduce:...

### Description I like to write out my HTML in a top-down direction. I start with a Parent component (say `BarGraph.svelte`) and then write out something like this: ```html ```...

Makes the part about modifying `hlgroups` a little more beginner friendly. Changes this: You can also conveniently add/modify `hlgroups` using the `config.overrides` option. To this: You can also conveniently add/modify...

Since the theme supports `treesitter` extensively, I thought it'd be nice to include a common customization to make the `treesitter-context` context lines stand out a little more. Preview of what...

**Your Godot version:** 4.2.2 **Issue description:** While working on #9705 and #9706 I noticed that there are more things missing from the '[complete class example](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html#gdscript-style-guide)', such as enums and constants....

enhancement
area:manual

**Your Godot version:** 4.2.2 **Issue description:** There is no style guide on naming static variables or functions in `gdscript`. There is [this mention of static functions and variables](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html#methods-and-static-functions) in the...

enhancement
area:manual

Add examples of static/private vars and funcs to the 'complete class example' and code order list. Addresses #9705 Needs some discussion on whether this is indeed how you want to...

enhancement
topic:gdscript
area:manual
cherrypick:4.2

Adds a `kanagawa.lua` to `/extras/` that incorporates the Kanagawa colors as a theme for AwesomeWM. Takes the [default theme](https://awesomewm.org/doc/api/sample%20files/theme.lua.html) for AwesomeWM, grabs the [lua color table](https://raw.githubusercontent.com/rebelot/kanagawa.nvim/refs/heads/master/lua/kanagawa/colors.lua), and incorporates them. Does...

My `config.yml` includes: ``` fontFamily: "JetBrains Mono" ``` And when I `fc-list : family | grep JetBrains` it returns an installed font, which is also active in my terminal: ![Image](https://github.com/user-attachments/assets/6ccd713b-4986-477d-900d-993616a024b8)...