EzraEn

Results 20 comments of EzraEn

This will be possible when the team releases the python3.4 branch. You might have to wait for a bit.

Hi! Sorry if this is resurrecting a dead issue, but [Gitpod](https://gitpod.io/) or GitHub Workspaces may be a solution to at least get work committed in the event that you do...

I've managed to [reproduce the bug](https://github.com/EzraEn1/transition-bug) using `goto()` and a layout component (not actual layout), [and it seems that it also affects `capture()`](https://discord.com/channels/457912077277855764/1121233902158237848)

I've made some progress on tracking down where the issue may be using the REPL @Vanilagy provided, but here's a video to show y'all that I'm not insane: https://github.com/sveltejs/svelte/assets/7076802/dd6e8eab-37c6-4393-8ef9-3edd723dc7cd Presumably...

So what would cause that `if` block to toggle to true? This isn't exclusive to `if` blocks so I presume there are other race conditions that other blocks are also...

Could that be why the breakpoints cause the issue to resolve? How do we approach this? From the animation loop? Do we approach it via the style manager?

> Updated post with more information on what might be happening, probably an issue with how Svelte handles transitions. if anybody could point me to where Svelte handles transitions in...

Jump may be related to https://github.com/sveltejs/svelte/issues/8351, race conditions seem to be relevant

> ...I should have made the webapp responsive from the beginning and avoided the native apps. It would have freed up _a lot_ of my time. There won't be any...

Encountered this issue and figured out why it fails. 1. The README utilizes starter shorthand for the installation instruction. 2. Starter shorthand assumes the starter package is available on NPM....