David

Results 24 comments of David

@falkomerr _manually_ configuring the prettier version to whatever package resides under `node_modules` made this work for me - before, I had "automatic configuration" selected, the dialog looks like the screenshot...

How about an FAQ (or "Frequently Done Wrong") one-liner URL instead? For reference, the current instructions are 45 lines long

Alternatively, swap the order of the instructions and the info which provider was missing, so that an auto-scrolling console will have the most relevant info at the bottom: ``` -...

> Hey, I wanted to add a use case: When using indexed on an Iterable: > > ```dart > int getMaxChildIndexForScrollOffset(double scrollOffset) { > return myItems > .indexed > .lastWhere((_,...

@david-plugge that's awesome, I didn't think to leverage sveltekits internal route knowledge! technical question, have you considered allowing to omit `(group)` segments for convenience? style question, any particular reason for...

> There's not really a reasonable way to handle this well, because each component is compiled independently. Is that the only possible way to compile?

@yuliankarapetkov not a fix, but note that `"some_key"` does not match the required pattern described in the [`invalidate()` docs](https://kit.svelte.dev/docs/modules#$app-navigation-invalidate): > If the argument is given as a string or URL,...

I am able to reproduce this with a fresh `npm create svelte@latest` project, the only code change being that I am configuring the appengine adapter. Errors start coming up in...

I also tried appending `mime_type: application/javascript` to the `- url: /_app/immutable/` handler (to see if that would make ALL files receive the content-type: application/javascript header, even CSS stored in immutable)...

While this is under development, is there any way to tell which version of the spec corresponds to a particular version of the dart SDK? (in particular, a quick way...