Jonatan Svennberg

Results 36 comments of Jonatan Svennberg

For anyone ending up here looking for a way to get optional chaining and other modern syntax to work, adding esbuild (or babel) to your rollup or webpack config is...

I just want to mention that there is a related discussion here, in case you haven't seen it: https://github.com/sveltejs/svelte/issues/4741

I think both the directive and lifecycle approaches are preferable over the template approach. The tricky part both with the existing error boundary lib (that I wrote) and I presume...

> @jonatansberg My intuition on this is that the `onError` lifecycle hook (or directive, which in my mind is functionally the same) should be able to return the error to...

I tried everything to get this to work. Upgrading to the latest version of `pnpm` that hoists prettier plugins by default and removing the prettier svelte file association in VSCode...

In addition to what @arthurvi is saying, this is needed in order to use something like https://github.com/auth0/lock-passwordless. It would also make it easier to work around the issues with the...

The comparison table in the docs say polygon filters are supported for ES, but no other information is available. Whats holding this back? Or is the support for plygons already...

That you for reporting this. This does indeed seem to be either a bug or – more likely – a limitation of the current implementation. As it is now, updates...

We're looking in to using Josh in order to open source parts of a bigger trunk based project at my company. This includes mirroring subtrees to public repos and using...

We just ran in to a case where we would really benefit from this. A colleague of mine is currently trying to write a codemod for migrating ~50 separate apps...