Ignatius Bagus

Results 29 comments of Ignatius Bagus

It's triggered when hovered on the diff page (working tree) in any svelte files. The console output from the dev console is as below ``` ERR Cannot read property 'kind'...

It's been 9 months since the last update, and the Svelte team has built its own [official extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) since then, and already out off beta around a month ago. Probably...

Another pair of eyes never goes wrong 😄

The rationale for replacing those async methods is because it's immediately `await`-ed and used — e.g., it's executed as `(await asyncThing()).anotherSyncMethod()`. I find that using synchronous methods for these operations...

Please let me know if you prefer to keep the async methods, I'll address them and make the changes.

This only happens for prerendered pages. Images imported images outside of pages, in this case an endpoint, does not get crawled. The error would also appear if we use adapter-node...

I can't reproduce even with `goto` commented out, can you try and see if this happens with the default vite template?

There's a lot to unpack in that TS issue, but I kind of agree with their final decision. There's also a summary of that thread from https://github.com/microsoft/TypeScript/issues/16577#issuecomment-703190339. I'm not sure...

`` usage error seems to appear again

Lightning fast as always @dummdidumm! Can confirm it's working again now. No more regressions detected in all the apps that uses the new transformation.