Tom Duncalf

Results 90 comments of Tom Duncalf

I think this looks great, nice to remove complexity, good work! So with npm workspaces, there's no longer the concept of "bootstrapping" an individual subpackage, you always just run `npm...

Blocked waiting on v11 to be rebased on master

For future reference, I figured out how to do this eventually! https://gist.github.com/tomduncalf/17f57adf5a1343d20b3b3eee11cc7893

Hi @jklausa, I will speak to the team about the possibility of doing this and get back to you – I probably won't have an answer until the new year....

Hey @jklausa, we think this is probably achievable but isn't a priority for us right now as I assume the emulated option is a suitable workaround. Sorry about that, we...

Thanks for the suggestion @AdamGerthel, we'll discuss this and update you if we decide to implement it

Hi, I tested this with the 11.1.1 `AppImage` on Ubuntu 20.04.3 LTS and was able to export classes/data without any issues. What distribution are you using and how are you...

Thanks for confirming. It sounds like this is an upstream issue in the latest Electron: https://github.com/electron/electron/issues/31152. I'm not sure why it is OK on my Ubuntu install but not on...

Thanks, I've created an issue to track this on our side

Type signatures don't affect anything at runtime, they're just used for checking at compile time. It could be Typescript doing some dodgy transpilation although generally it is quite light on...