Eric Vicenti
Eric Vicenti
Oop, I made a duplicate issue here: https://github.com/ThomasAribart/json-schema-to-ts/issues/56 Filed here because I haven't seen this error on any other codebases aside from when I use json-schema-to-ts But now I'm thinking...
I think this can be closed. I haven't seen this weirdo error in a while Now I just need to find workarounds for "Type instantiation is excessively deep and possibly...
feel free to close this as its low-pri my eas.json has no place to put comments or descriptions. Here's the only sad way I know: ``` { "build": { "development":...
I have used this one before and it works ok: https://www.npmjs.com/package/react-datepicker But it doesn't fit in with a Chakra app. I think a date picker component should be added to...
Ok here is the thread to follow: https://github.com/chakra-ui/chakra-ui/issues/580 It looks like somebody has prototyped both: 1. CSS for react-datepicker that makes it look nice with Chakra. 2. A prototype of...
I should note this is within a `
Unfortunately, the problem still exists. This was my result today with a 42.7MB folder with 2,322 files.. https://gist.github.com/ericvicenti/3bc2ca55f71cceb9e6c7 Woah, I didn't realize nodemon uses such a hack for this! That...
Erm, yeah.. you're right. `.DS_Store` files are only maintained by finder, so that is definitely not a working fix. You're also correct about graceful-fs not modifying watch.. I got that...
Thanks for helping on the docs, Hedger! Main feedback after first glance: there are several references to `NavigationSceneRendererProps`, but there is no explanation of what those props are, which would...
I'm assuming this issue is specific to `NavigationAnimatedStackView`, so I'll explain how it _should_ work, and we can discuss any issues that might arise from my current plan. Right now...