JJ

Results 96 comments of JJ

> @jhwheeler as pushkine said, when you use assignment Svelte assumes that assignment is what you want and sets the store value immediately, regardless of what then happens in `set()`....

> @Conduitry Do we expect this to be fixed with Svelte 5? It should be when using the new [rune mode](https://www.youtube.com/watch?v=RVnxF3j3N8U)

That disables TrueColor support though. Not ideal

Hey @mnbf9rca! Unfortunately this is actually a security feature of dependabot's integration in GitHub. PRs that are triggered by dependabot (either `push` or `pull_request`) are assumed to run in a...

I think this is expected. Your interval from 1 to 1 is inside of the other interval from 0 to 10 so `areIntervalsOverlapping` correctly returns true. The edges only return...

I think it's safe to assume the priority of the team has shifted abandoning v2 altogether. This is a bit concerning regarding the future of svelte (and v3) in general

Inferno V6 on enzyme-adapter-inferno: 201 passing tests 65 failing

Helpful links: - Changes: https://github.com/infernojs/inferno/compare/v5.6.1...v6.0.0-rc.1 - DOM Rendering: https://github.com/infernojs/inferno/compare/v5.6.1...v6.0.0-rc.1#diff-cb16041be92d2dd78050e770f7243193 - Enzyme React 16 Adapter: https://github.com/airbnb/enzyme/blob/master/packages/enzyme-adapter-react-16/src/ReactSixteenAdapter.js - Inferno Implementation: https://github.com/infernojs/inferno/blob/master/packages/inferno/src/core/implementation.ts - Inferno Component: https://github.com/infernojs/inferno/blob/master/packages/inferno/src/core/component.ts - Enzyme Test Suite: https://github.com/airbnb/enzyme/tree/master/packages/enzyme-test-suite/test

Inferno V6 is out as of, I think, 2 days ago