Alex Lohr
Alex Lohr
@shizonic do you have any idea?
I had a look at vscodium and it does not have any patches that would address our current issue if we still want to build with a local electron from...
It seems there is already a fix within a later version of electron33, so I will try to build that, too. @Johnnynator, 33.3.2 fails with a build error. Could I...
OK, after updating electron, this should work.
Since the removal of CJS support might be considered a breaking change, shouldn't this be a major update? Minor breaking changes are a violation of semver. Also, in CONTRIBUTING.md, the...
Thanks for your feedback! `null` is a valid return value for Storage.getItem, so this is technically specified behaviour, albeit not specifically documented. However, I understand the issue and want to...
This is not yet implemented, but I intend to change it in any case.
Just tested it. Unfortunately, no. I'll push this higher up on my to-do list.
This requires some careful planning. I do not want to break backwards compatibility, so I need a format that keeps the current behavior and at the same time enables different...
> Maybe someone can give me a hint on why is is so "complicated and complex" to transpile SolidJS JSX/TSX. Because we use AST manipulation to turn JSX into multiple...