Tiago Madeira
Tiago Madeira
It seems zsh does not handle well relative paths in $PATH. ``` $ which eslint ./node_modules/.bin/eslint $ eslint zsh: correct 'eslint' to 'slit' [nyae]? ``` Is there any workaround to...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: linux Arch: x64 Version: #1...
https://github.com/brianc/node-postgres/commit/f305419676afe79a91dc7863289f7f97ac6db3d5 made it possible to import and use `pg-connection-string` on the browser; however, the parser does not work correctly. On the browser, `parse("postgres://user:pass@host:123/base")` is currently returning `{user: '', password: '',...
This package is _some times_ crashing when used inside React: ``` TypeError: Cannot read properties of undefined (reading '_zoom') at i.addLayer (MarkerClusterGroup.js:127:33) at i._moveChild (MarkerClusterGroup.js:721:8) at i._childMarkerMoved (MarkerClusterGroup.js:708:9) ... ```...