Sindre Aarsaether

Results 50 comments of Sindre Aarsaether

Spread operator not supported for props. Not sure if we want to support it, as it is not easy to optimize and I don't see any important usecases for it....

Has this been resolved in latest tooling?

Could you see if this is fixed for you in the latest alpha?

Could you provide some context? :) Is this in the base template? What is the run build command here?

Any kind of response with more than 1024 characters - but most responses are shorter. It happens with the domain-info command for norwegian domains through Norid - where there are...

@familyfriendlymikey Maybe you could try pointing at ``` path = vendor/grammars/language-imba url = https://github.com/somebee/language-imba ``` Instead of ``` path = vendor/grammars/vscode-imba url = https://github.com/imba/vscode-imba.git ``` And see if it passes...

Hey. Author of the typescript-imba-plugin here. Tbh I definitely think you should call `readFile` with the host as the target. https://github.com/sveltejs/language-tools/blob/b87ea2e41c3b7b3fd83be006da588c8992db5a38/packages/typescript-plugin/src/svelte-snapshots.ts#L320 should be `readFile.call(this.projectService.host)` instead. You can argue that the...

I'm so sorry - just been insanely busy at work. Will pull when I get home :)

Sure, send a pull request. But I guess the benchmark isn't really meaningful for any implementation that doesn't work with something like a virtual dom. If you have an implementation...

This is a good idea. The range syntax is borrowed from Ruby and has stayed in the language since its inception. I'm not particularly fond of it now, especially since...