Angelo Verlain Shema

Results 409 comments of Angelo Verlain Shema

Yeah sorry, GtkFlowBox is just a glorified GridView that reflows automatically. This automatic reflow can get complicated as imo it's hard to predict. Using GtkGridView allows you to control the...

I suggest to use `esbuild` for converting TS to JS since that's faster and will be noticeable when frequently recompiling. Also, esbuild is just a compiler and not a typechecker...

> Is esbuild able to retain line numbers? No, but I'm failing to understand why it's necessary > we don't need to wait for it to get started. That means...

> GJS does not support source maps ATM which means that if the compiler doesn't retain lines we get wrong line numbers in stack traces. I have a weird idea:...

thanks. how does vala do it though, I think `preview()` just sets the child. oh, does that mean we would need to create a new `GtkWindow` if the "Preview in...

> But it would be nice if it worked without having to wrap. for sure. > Note that the window needs to stay around I'm currently lost on how to...

hmm i can look at this at a later date. you can assign me if you like.

I'm having this issue persistently too. I don't know what exactly I changed. but Flatpak VSCode will now consistently ignore my build manifest until I move it to a separate...

Yeah but that triggers a rebuild of all the modules Le lun. 15 juil. 2024 à 10:14, Lorenzo Paderi ***@***.***> a écrit : > I realized that simply by renaming...

Thanks. I see. I come from GJS so I am quite familiar to it's style. Maybe you can consider about using the GJS style instead, as it is already quite...