TheBlueOompaLoompa

Results 12 comments of TheBlueOompaLoompa

This is just running ts-for-gjs without any cleanup for the newest versions of the libraries including Gtk4: [https://github.com/TheBlueOompaLoompa/node-gtk](https://github.com/TheBlueOompaLoompa/node-gtk)

I will try to work on types because right now I'm working on a project with Gtk4. I think I will start at the newest versions and work backwards starting...

I have updated the RFC to lower expectations of speed improvements as you suggested, although I did also write that it may improve performance on lower end hardware.

Quick question which syntax does everyone prefer (I prefer this one) ``` {#switch (condition)} {:case (expression1)} {:case (expression2)} {/switch} ``` or (I don't like this one as much but it's...

I don't know any other programming languages that use 1 but it would be cleaner, 2 matches the typical implementation more, but maybe it could be both ways somehow. It...

When I have time I think I will start working on making this new feature, but I'm not very familiar with the svelte source code so it may take me...

> > When I have time I think I will start working on making this new feature, but I'm not very familiar with the svelte source code so it may...

> > One of the confusing things about the `switch` statement is that the `break` statement is usually needed but is frequently forgotten. How should we handle it here? Add...

I'm using firefox developer edition and it still gives that error message.

Nvm found the solution [https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox?as=u&utm_source=inproduct#w_what-are-my-options-if-i-want-to-use-an-unsigned-add-on-advanced-users](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox?as=u&utm_source=inproduct#w_what-are-my-options-if-i-want-to-use-an-unsigned-add-on-advanced-users)