pushkine
pushkine
it is common to routers though, in the case of sapper you'll get the warning every time your component doesn't export `segment` dirty fix is for your router to read...
likely duplicate #4447
``` Traceback (most recent call last): File "cefbuild.py", line 787, in (cef_url, cef_existing_url)) Exception: Requested CEF checkout URL https://bitbucket.org/chromiumembedded/cef.git does not match existing URL UnknownApplying patches... ``` same here I...
I thought about this and I believe that the better solution would be to do it through the svelte extension I guess we all use the vscode shortcut that comments...
duplicate of #4696 and #4064, kinda explained but not fixed in #4699 The internal function `transition_out` is used in two ways, one is to start outro, the other is to...
The svelte syntax mimics if statements rather than conditionals So if `if (value)` in Typescript narrows the type correctly, `{#if value}` should too
Hey I worked on a proof of concept today https://user-images.githubusercontent.com/30108880/107896725-6e56d180-6f37-11eb-8ac9-fff759572208.mp4 https://github.com/pushkine/ts-plugin-svelte/ Beside obvious bugs where everything gets stale this doesn't yet work with Components, might be a conflict with `declare...
`requireAnimationFrame` callbacks are called _before_ the next frame is drawn using the same timestamp for each callback Getting a negative delta on the first frame is a common issue for...
@arackaf I included every non-breaking fix in #4999, it fixes many edge case bugs, completely rewrites internals for correct handling of delay in bidirectional transitions and adds the batching of...
If a change is really necessary I think it'd be a better idea to support promises in custom transitions, so spring stores can be used directly. I recall #4272 working...