-
After reading [this issue](https://github.com/sveltejs/svelte/issues/1736), I came up with a [Suspense component for Svelte](https://github.com/brucou/svelte-suspense-component), replicating the behav…
-
We keep hearing that the strong style encapsulation is a major hinderance - perhaps the primary obstacle - to using shadow DOM.
The problems faced are usually a variant of trying to use a web compo…
-
Recursive aliases were introduced when we were implementing JSON parsing. We needed a type that could be `Nil`, `Bool`, `Int64`, `Float64`, `String` or an array of those same things, recursively, or a…
-
### OS/Platform
Windows
### Installed
https://ungoogled-software.github.io/ungoogled-chromium-binaries/
### Version
126.0.6478.55
### Have you tested that this is not an upstream issue or an iss…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
12.3.7
### Bug summary
This is super-obscure and only really raising it as it might be a good first-time…
-
Having inline keyword call syntax would be nice. It would allow using keywords in places where currently you'd normally just have plain strings (or variables). Example usages are listed below and poss…
-
у меня не работает 1.16.5 fabric бесконечная загрузка а имено собираем конфигурацию я пробовал вставить лог но не знал куда вставил в latest.log и нечего что делать! я не могу помогите пожалуйста!
-
## The devDependency [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli) was updated from `3.4.1` to `3.5.0`.
🚨 [View failing branch](https://github.com/nidkil/vuetify-with-storybook/compare/m…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Should there be a map type?
I have a structure that looks like this:
```
Item {
title {
de_DE,
fr,
pa,
.....
}
}
```
The point here is that the number …