Gianfranco P

Results 118 comments of Gianfranco P

don't forget adding screenshots along the way. it really helps understanding what you're getting into and what will be the output at the end 😄

I believe it doesn' work well with Redux. I'm having issues with undefined function: `StackNavigator().router.getActionForPathAndParams()`

I tried the lastest from `brew cask` and it also crashes: ``` brew cask reinstall linear ==> Downloading https://github.com/mikaa123/linear/releases/download/1.5/linear.zip ``` ` error 16:02:51.036911+0100 tccd Failed to copy signing info for...

I made a PR that should fix it. ~~While that version is tested, built and released on brew, etc., I made a build and uploaded `1.5.1` here: https://github.com/gianpaj/linear/releases/tag/1.5.1~~ The only...

This `package.json` works with `pnpm`: ```json { "dependencies": { "astro-icon": "^1.1.0" }, "pnpm": { "overrides": { "@iconify/tools": "^4.0.4" } } } ```

I got bitten by this as well. Thanks for info

I would also need this as well. Use case: a pretender process (Chrome headless) is using a lot of CPU. Decreasing its priority sounds like a solution

duplicate of - https://github.com/zed-industries/zed/issues/5294