Dennis Torres
Dennis Torres
Just wanted to circle back to this to ask the following question: If we do put validation in the API layer, is it worth it to also add check constraints...
@syedtaqi95 were you able to get `isDismissable` to work when set on the `ModalOverlay` component? I've found that custom overlays don't receive click/press events.
It's just an ordinary uncontrolled Modal. Essentially this: ```tsx Trigger {/* … */} ``` Adapted from the [Destructive Alert Dialog](https://react-spectrum.adobe.com/react-aria/examples/destructive-dialog.html) example. I noticed that the `Modal` component is also creating...
> i.e. all optional types should have `| undefined`. This would make it **much** easier to use the library in projects with `exactOptionalPropertyTypes` enabled. Otherwise, all `undefined` props passed into...
Looking forward to seeing this feature in the future 😄. We avoid advisory policies because they train developers to ignore warnings. It would be better to pair `nolint` with mandatory...
I just discovered I need to set `skip_schema_inference=True` also. What are the consequences to disabling schema inference?
Just came across this issue. This would be a great add!
FWIW, Dev Containers do work in Cursor.
> Is this completely out of scope? And if it is, are there any workarounds available? I would also like to use `kebab-case`. In our codebase we have to rename...
> Had to add a loop inside the test cases to aritifically slow them down to get the run-time I wanted without crashing. @polak-jan could you explain your workaround a...