Cory Robinson

Results 121 comments of Cory Robinson

Bummer this has died down - deal blocker for our projects. @wangzuo would you accept a PR for this functionality? I'm skeptical to use the forked project that rooted from...

``` const MapPanToClick = () => { const [position, setPosition] = useState() const mapRef = useRef() useEffect(() => { if (mapRef.current?.panTo && position) mapRef.current?.panTo(position) }, [position]) return ( setPosition({ lat:...

It's not 2009 @praveenganesh 😂

@wchest I ran into this problem today. My builds started failing due to `No space left on device`. ie: ``` wk/images: Cannot mkdir: No space left on device tar: lib/node_modules/npm/node_modules/request/node_modules/hawk/images:...

I'm now experiencing this error. `Error: ENOSPC: no space left on device, open` After running `df -i` to see inode usage on the linux box, there are none free. This...

v1.14.0 broke my entire application, Sentry quota was depleted in 1 day because of the bump from 1.12.0 -> 1.14.0 so I rolled back to 1.12.0 which resolves the issues...

I have discovered (at least one of the reasons for this error) is because the browser tab (or PWA) is in the background on a user's mobile device for a...

My use case/issue is when the `dist/` dir is built for a typescript project, cosmos will pick-up and duplicate components from the `src/` & `dist/` dir :-(

![image](https://user-images.githubusercontent.com/5973579/133908989-a136020d-faf8-4b09-ad2c-c614f3524892.png)