Nicolas Keil
Nicolas Keil
Updated links to most recent version of the website that still has public lecture videos and website content. Cleaned up the description to fix spelling error and improve clarity.
Currently, `custom_uniqueKey` is typed as "string", but really this should be a union of the column names within the table they're targeting. I played around with this a bit but...
We could use the standard `take` field in `findRandom` to hold the number of random results to return, defaulting to 1. This would reduce the number of functions introduced to...
## Problem Format on save is great for whitespace correction but it's annoying when it adds new columns to "fix" an invalid schema when I'm in progress on editing it....
Hi team, PropTypes were deprecated in React v15.5.0 and will now be ignored in [React 19](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops). Since you're already exporting the TypeScript types, would removing this extra dependency be reasonable?
### Describe the problem As a minor nitpick, it's annoying to see `[email protected]" has unmet peer dependency "@types/dom-mediacapture-record@^1` when installing my packages. Seems unusual for a types-only package to be...