Wouter Buckens

Results 20 comments of Wouter Buckens

> I don't think it works. The failed CI was due to a code style issue (my IDE inserted a semicolon when autocompleting the import). I've removed it so it...

> What command have you used to check if the colors are preserved? I tried to test it but the colors were not preserved. I noticed while trying to fix...

Oh, I see where the confusion comes from. This fix just makes it so that colour information isn't stripped on pnpm's side. Other scripts can still detect that they're not...

If I recall correctly, the cause of the problem was identified and a fix for it should be implemented in this PR. I needed to look into the failing tests...

Apologies for the delay, it seems like this issue slipped under the radar. I welcome a PR to update the screenshot, if you're still interested in contributing. If not I'll...

I haven't done any specific memory profiling on this application, I probably should do this at some point. It does keep a bit of stuff in memory (a queue of...

It took me some trial and error, and the documentation & examples don't mention this at all, but it seems that you have to `export default` your module classes. See...

So I've tracked down where the colour gets stripped because I ran into this issue and it is a little annoying to lose all colour output. The short version is...

I'd love this feature in Typescript. It would allow me to simplify so many of my classes, especially in libraries and packages that expose a public API. I'm not a...

I also like the C# syntax but I think it's too far from the way getters and setters are defined in JS/TS so it would look out of place. Swift...