Alex Grover

Results 10 comments of Alex Grover

I'm also having this issue, or at least a related one. on fish 3.2.0 and pure 4.1.1 and the only configuration I have set up is `pure_enable_single_line_prompt true` my prompt...

That sounds like a good solution. Since opening this issue, my company has moved to a Docker-based local dev setup so I don’t have the need/time to make the PR...

hi @mhnpd, let me know what you think of this change! πŸ™πŸ½

closing this, here's the diff if you'd like to pick this up later: ```diff diff --git a/src/index.tsx b/src/index.tsx index 0091a1e..0623d54 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -32,6 +32,40 @@ import...

agreed, that snippet in the README makes it a bit confusing that e.g. `@analytics/segment` does not bundle types

To be 100% clear for future readers, `eslint` and `prettier` specifically have to be in `devDependencies`. Regular `dependencies` does not work, having them installed as sub-dependencies, peer dependencies, or globally...

this issue also just popped up for me after a recent update. perhaps it's worth pinning this issue as it was not immediately clear from the title that it actually...

confirming this is working for me with the `1.0.0-beta.0` release is there any plan to release that as a full version? happy to help test, it looks like the changes...

@dyzz would it be possible to add support for reading the `remappings` key from `foundry.toml` in addition to `remappings.txt`?

@dmwelch @LinusU can this please be merged? https://github.com/commitizen/cz-conventional-changelog/issues/115 https://github.com/commitizen/cz-cli/issues/779 these issues have been open for years now and there is a fix ready to go. thank you πŸ™πŸ½