-
(I'm not sure if Deno is officially supported, but I assume it is here as this is an official plugin for 11ty, where deno is officially supported)
When trying to build webc files on deno, dynamic a…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `tailwind-rn@4.2.0` for the project I'm working on.
…
-
Our TS->proptype conversion works **really** well. So well that it adds 1.6mb of proptypes. A lot of this comes from the prop forwarding that we do in the components, so if component A is used by B is…
-
Currently `drf_spectacular.hooks.postprocess_schema_enums` will extract enums in components out into their own components.
It would be nice if the enums under operation parameters could also be ext…
-
**Describe the bug**
A number of props are inferred as `any` after updating `react-datepicker` to v7. This makes it impossible to extend the `DatePicker` component's props for a component that render…
-
### Describe the bug
Cannot get `$bindable` return values to be typed.
Am I missing something?
```svelte
let {
noTypeInfo = $bindable(),
typeBoolean = $bindable(),
defaultVa…
-
(I originally detailed this issue on StackOverflow, [here.](https://stackoverflow.com/questions/78865483/significant-performance-difference-between-x-y-and-x-xlocal-y-where-x))
### Description
T…
-
### Vue version
3.4.31
### Link to minimal reproduction
https://play.vuejs.org/#eNqFU02P0zAQ/SuzvqSV2kQITlVbqYtWAg6AWCQuvkTJNM3i2JbtlK6i/HfGk6ZNAZVDFM+bN+Pn+ejEztr02KJYibUvXG0DeAyt3UpdN9a4AB043EMPe…
-
Consider this test (from `test/prop-fail/`):
```
!!! forall a : Q, b : Q. divide a b * b =!= a
divide : Q -> Q -> Q
divide a b = a / b
```
It fails with a division by zero error, as it should, a…
-
### CheckList
- [X] I agree to follow this project's Code of Conduct
- [X] I have read and followed the [Contributing Guide](https://github.com/fabricjs/fabric.js/blob/master/CONTRIBUTING.md)
- [X] I…