Alexander Prinzhorn

Results 617 comments of Alexander Prinzhorn

> Sorry, I thought that it was unrelated to the original issue, do you have any idea how to transform this one-liner to sveltekit? SvelteKit offers a whole host of...

I was able to track this down to the use of the spread operator. Or more specifically cloning the array, `slice` works too. Here's the absolute minimal REPL https://svelte.dev/repl/d8f6f4532ab04a1fa028d1835d55839e?version=3.49.0 The...

Here's the only difference between the generated Svelte code. This would be the time someone who knows about Svelte internals should take over. ```diff --- good.js 2022-08-05 16:16:24.071516677 +0200 +++...

I think this could potentially be _yet another_ version of https://github.com/sveltejs/svelte/issues/5689. Where the first iteration will correctly invalidate the entire `bindings` array, causing another each loop. However, there is no...

> However, if I understand correctly, #5689 is a duplicate to #4447, which should be fixed. I've been triaging Svelte issues for well over a year now and seen every...

I'm not sure I see the bug here and I don't think the behavior is related to Promises. In both cases your code both depends on `imArr` and _also_ modifies...

Refs #784 I just realized that a project I recently upgraded to Node.js 14 still uses Node.js 8 for warming. What do I need to do to update the warming...

Thanks! > It should be fine to leave them as-is though, even though it's EOL, AWS will keep existing functions running Same comment as https://github.com/apex/up/issues/784#issuecomment-544510618 :smile: . I'm not the...

The "[Action Required] AWS Lambda end of support for Node.js 12" e-mails are rolling out, so we already missed one cycle.

Might want to close this as a duplicate of #148