Mike Austin
Mike Austin
Old API
Looks like this example is using the old API? FYI, learning Mocha has been so difficult because of API non-backwards compatibility in other libraries like jsdom. This project is from...
I don't like React hooks. I understand them, and I understand the benefit in some situations, but have you written an async componentDidMount() type hook? It's a mess with nested...
When the ScrollView pagingEnabled prop is supplied, a View is wrapped around each child in the scrollbar content, but is not stylable. I can't set "flex: 1" for example to...
### Feature Proposal When using `lazyStyleTag` and `use({ target: shadowRoot })` inside a shared JavaScript module, only the first call to use injects a `style` element. The other shadow elements...
https://github.com/webpack/docs/wiki/configuration In the migrating guide, it says root and others are replaced by resolve.modules. But in the above Wiki, they are still there and not mentioned as deprecated. The above...
Like anyone looking for a library, I look at popularity and stability. I came across react-layout-transition after looking for a cross-platform Native/Web animation library. I love to try new things...
On https://react-svgr.com/docs/migrate, there are several links that are broken: Clicking on Get Ready for ESM opens a new page to https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77, but that server does not exist. Clicking on Edit...
**Is your feature request related to a problem? Please describe.** varchar (8) is useful for short strings like tokens / enum member names. But I don’t see any way of...
**Is your feature request related to a problem? Please describe.** It's not clear how to have non-nullable Text fields using empty string as the default. Searching Postgres, it's possible by...
**Is your feature request related to a problem? Please describe.** The nhost table editor doesn’t support composite primary keys, so for many-to-many tables, you will always need to use the...