Baptiste Augrain

Results 398 comments of Baptiste Augrain

I'm still getting the following error: ``` + convert vscodium.png -resize 512x512 usr/share/icons/hicolor/512x512/apps/vscodium.png fuse: device not found, try 'modprobe fuse' first Cannot mount AppImage, please check your FUSE setup. You...

`pkg2appimage` is executed with the command ` bash -ex pkg2appimage.AppDir/AppRun VSCodium-AppImage-Recipe.yml` (due to #479)

I agree. We need a way to be able to debug a template.

I just found myself in the need of a rule like `trim_final_newline`. I do think it should be added. If `insert_final_newline` is also enabled, just don't do anything.

@xuhdev No it isn't. There is just 1 mention of `trimFinalNewlines` and that issue is all about `trim_trailing_whitespace`.

@depascalis Yes, it's possible. I should able to implement it.

Since `The document parser is line-based.`, multi-lines regexes won't work. I know you are trying to fold `Lua` but can you give me an example of what you want to...

I will use `https://github.com/lcpz/lain/blob/master/layout/termfair.lua` as my test file since it contains most of the cases.

For `Lua`, here the config that I used: ``` "[lua]": { "explicitFolding.debug": true, "explicitFolding.rules": [ { "begin": "--[[", "end": "--]]", "nested": false, "kind": "comment", }, { "begin": "--", "continuation": "\\",...