Juhan Oskar Hennoste

Results 73 comments of Juhan Oskar Hennoste

> The solution you proposed sounds great. Can you make a pull request? I have made a pull request (https://github.com/MagpieBridge/MagpieBridge/pull/89). Could you take a look?

On the topic of variance: Is it sound for `T` to be covariant in `LazyCell`? I feel like it should be, since `LazyCell` seems equivalent to `&T` wrt variance and...

> I want to reiterate that it's really easy to create this yourself: [#9248 (comment)](https://github.com/sveltejs/svelte/issues/9248#issuecomment-1732246774) Given that it's so easy I'm not convinced this warrants a new (sub) rune On...

In my opinion the best mechanism for theming/styling components by far is the Web Components `part` attribute and `::part` selector (https://css-tricks.com/styling-in-the-shadow-dom-with-css-shadow-parts/). It's very flexible and powerful and retains the ergonomics...

PS: There are a number of similar issues with Decimal decoding that are marked as resolved (https://github.com/pydantic/pydantic/issues/6807, https://github.com/pydantic/pydantic/issues/6295). As far as I can tell they are distinct from this issue...

That's the sourcemap generation, right? Would it be possible to disable sourcemap generation for JSON and `?raw` imports? Since they are just static data they shouldn't really need a sourcemap.

Looking at the code I get the impression that just disabling `hires` would reduce memory usage significantly, so maybe it would be possible to disable `hires` for JSON and `?raw`...

Is there any plans to work on documenting browser support? Are there any community-maintained resources about this? The lack of info on Svelte and SvelteKit browser compatibility and required polyfills...

> SvelteKit 2 states that ES2022 is required. > > > SvelteKit 2 uses ES2022 features, which are supported in all modern browsers. > > https://kit.svelte.dev/docs/migrating-to-sveltekit-2#updated-dependency-requirements > > These are...

Some examples of links to old documentation: - https://github.com/orientechnologies/orientdb#main-references - https://orientdb.org/ under Documentation -> Full Documentation on the navbar