stubar
stubar
At the moment the rules kick in if an extension has been matched. It would be nice to stipulate that only files of a certain extension are allowed (with case...
I am trying to have a date picker that only allows future datetimes. It is now 6:10pm, I set the minDate to ```minDate={new Date()}```. If I set the date picker...
In our nextJs app we have a post build prune command (https://docs.npmjs.com/cli/v7/commands/npm-prune) which removes all dev dependencies. This has caused react-lines-ellipsis to cause an error when it imports lodash. Has...
If I call `globFs.readdirSync(path, {cwd: '/'})` multiple times I get a different array each time. The file list is being added to the last response each time. Note I'm using...
Hi I've fixed a bug I was getting in ios. At the start of each touch event you need to add event = event.originalEvent; it seems JQ can't always access...
Hi Is there anyway to restart the physics environment? I am wanting to make the world container be resizable. I'm happy to just reboot the physics environent once a browser...
Hi I'm in the process of writing a grid control app similar to touchable. when trying to get the mixer device of the master track with this code ``` //...
pnpm
If using pnpm as a package manager I believe the hygen command can't find local templates command `pnpm hygen Component new Navigator` or `npx hygen Component new Navigator` error message......
Hi thanks for building a great control. I came here after scouring the internet for a rotary control offers an up down drag motion. Most others I found online are...
I see title and description were added in this issue https://github.com/airbnb/lottie-web/issues/1469 which is great. I don't see this in the readme though, shall I add it. Secondly would it be...