Degreat
Degreat
### Summary Since `v3` of socket.io `cors` options need to be explicit. https://socket.io/docs/v3/handling-cors/ I spent about two hours figuring out what's happening; I think it'll be helpful to others in...
I'm struggling to figure out how to add a UNIQUE TOGETHER constraint/rule for `create`/`update` action. Elaboration: Say I have an ownership table with fields: `user`, `page`, `role` and I want...
We're using `posthog` to instrument the code. But the only place we're recording user action is when they click "Add lesson". We should instrument more events as possible so that...
The health report for this library on pub.dev does not encourage install/usage  Also the url provided in the `pubspec.yaml` links to `sleek_pallete`.
### What happened? If you have a custom util with: ```ts override canResize = () => false; ``` resizing the individual shape is not possible. However, when you select multiple...
**Describe the bug** When the terminal's content causes a scroll viewport, mouse selection doesn't work properly. I've spent two days going crazy over this and I'm not sure where to...