-
Subscribe to this issue and stay notified about new [daily trending repos in Svelte](https://github.com/trending/svelte?since=daily).
-
There are various methods which are undocumented. Let's fix this as best as we can.
> _Note:_
> Class.method = Static method
> Class.instance.method = Instance method
List of undocumented meth…
-
Cat and Dog have an Animal base model but we generate `type AnimalUnion = Animal | Cat | Dog` instead of `type Animal = Cat | Dog`
In these cases the base model (e.g. Animal) contains common proper…
-
From https://github.com/phetsims/phet-io/issues/1457#issuecomment-581183740, @samreid mentioned this as a review comment. I worked on it a bit over there and said:
>It seems preferable to follow th…
-
Please make the following edits/changes to the OSCon NA sessions here: https://opensearch.org/events/opensearchcon/2024/north-america/sessions/index.html
###
**Speaker: Rohit Nair**
**Talk T…
-
The current implementation never preempts resources it previously allocated, even when a higher-priority request is waiting on it.
-
Would be A++++ if someone went through https://platform.html5.org/ and made sure we had an associated tracking issue for each item there (where it makes sense). Lots of potential utility crates!
-
Here is a sketch and some possible commented out v2 additions. I've tried to come up with the most minimal API that's still extensible for future needs. At this point it seems better to have something…
-
For any of you that use or are thinking of using TypeScript to strengthen your JS coding there is s TS definition file project in the works.
Fabian-Schmidt (not me) is working on it at:
https://githu…
-
```
a=1
b=2
c=3
```
now when i edit them as such ...
I change 3rd line by adding a space after it , it gets invalidated.
but if i change second line after that it does not get invalidated.
…