hos

Results 8 comments of hos

@punndcoder28 I think you don't need `patch-package` with yarn v3. You can use [yarn patch](https://yarnpkg.com/cli/patch) and [yarn patch-commit](https://yarnpkg.com/cli/patch-commit) to achieve same result. First run `yarn patch` which will create temp...

I think this is because of [this issue](https://www.npmjs.com/package/react-native-geocoder-reborn#ios-1). There are concurrent requests probably...

I would vote for persistent terminal state too actually. If you run different processes in the terminal you will need to start them all again. For example you run a...

> For people who do see it, does it happen only once you spend some time coding, or is it reproducible for you with a given project regardless of the...

One more thing I forgot to mention, when I execute `show autocomplete` from `command palette`, it shows autocomplete correctly.

@rojvv will do that for predefined messages, which you have in your code, also with translations. This requires 1. Deploy for each new message distribution. 2. Access to the code...

@KnorpelSenf I'm using `fmt` for all my formatting in code, were I messages text and format is not going to change. What I don't get yet, is how to "normalize"...