Verekia
Verekia
Having `effect(() => console.log('hello'))` in a component prints in the console of a Next.js project, so it's being run on the server. Is it a bug? If not, how to...
Following the discussion on #113 : It would be nice to have the option to use the `rapier3d` Wasm build instead of the `rapier3d-compat` build. Size on disk as of...
It would be nice to have an option to use Rapider 2D instead of 3D for applications that only need 2D physics, even if they use 3D graphics (think RTS,...
The password is used twice instead of the username in the provided URL: `postgresql://PASSWORD:[email protected]:5432/example` Seen with a Postgres DB.
Currently, using Cmd + O to open the Open menu works, and it auto-focuses on the filter input, but it is not easily possible to navigate and select an item....
The following component: ```jsx const Crystal = ({ x, y }) => ( ) export default Crystal ``` causes the error `Error reading "[...]src/components/models/Crystal.tsx/object/3/5/types" - [Error: Could not find the...
### Description Supporting a manual render mode allows developers to manage their rendering loop externally with more control. It is useful for games to use a single rAF loop and...
When used, TSC seems to resolve the baseUrl from `node_modules/@sharyn/tsconfig` instead of the root folder.
(at least in util)
Add Storybook (to both Sharyn monorepo and sharyn-boilerplate) when Storybook supports Babel 7: https://github.com/storybooks/storybook/pull/3746 gets released. Remove the `ui-dev` code.