Falkgaard

Results 8 issues of Falkgaard

Hi, I love the extension -- keep up the awesome work! A couple thoughts: Is it possible to make the "Output/messages" into a module that can be customized? In particular,...

feature request

Is it possible to configure it so that the line with the terminating brace `}` and/or blank lines gets included in the fold? If I have: ```cpp void f() {...

Hi, Showing all countries in the list takes up too many pages of the terminal, but it would still be nice to be able to see more than one country....

enhancement

**Describe the bug** I get "Layer->GIMP-ML" which only has "update", and I've run it with both 'yes' and 'no' (one downloaded over a gig of weights), but I don't get...

gimp-ml

Hi, love the plugiN! If I have my tmux split vertically I get full height when I go into distraction free mode, but if my Vim is run in a...

So far I've only been able to find the repo readme and the examples, but I feel like the examples are poorly documented... for example, what's a vk::raii::Context for? What's...

Regular case (works fine): ```c import std::io; enum Example : int (String str) { FOO = { "foo" }, } fn void main() { io::printfn( "%s", Example.FOO.str ); // prints...

Bug
Resolved bug

Hi, with the addition of designated initializers with C++20 () and the limitation that designators for data members need to appear in the same order as they are defined in...

enhancement