Rex Feng
Rex Feng
Related to @iamarpitpatidar's comment. I am seeing `[email protected]` in `@nuxt/[email protected]`. Expecting `glob-parent >= 5.1.2` ``` npm ls glob-parent ├─┬ [email protected] │ ├─┬ @nuxt/[email protected] │ │ └─┬ [email protected] │ │ └─┬...
I looked at the package.json file in https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.6.tgz That file has old/different dependencies: ``` "dependencies": { "@nuxtjs/proxy": "^2.1.0", "axios": "^0.21.1", "axios-retry": "^3.1.9", "consola": "^2.15.3", "defu": "^5.0.0" }, ``` Current [package.json](https://github.com/nuxt-community/axios-module/blob/main/package.json)...
Hey, thanks @marceloboeira for commenting. Having different colors is useful, but it would require a major UI change to color individual elements differently.
Hi @nicowilliams Thanks for your suggestion. For this issue, if I understand correctly, you want to have an option to wrap PS1 strings with `:` and `;`. I don't see...
Hey, thanks for another great suggestion. Free Ram could possibly be implemented similar to the git branch parsing. [See how it works here](https://github.com/xta/HalloweenBash/blob/master/assets/js/lib/promptString.js#L106-L111). If I get a pull request that...
@marceloboeira cool, let me know if you have any questions
@marceloboeira Thanks for the effort. I'd recommend holding off for now since I'd like the different config options to work across both Linux & Mac.
@marceloboeira cool, thanks for sending a pull request!
@Draiken & @graywh - Any tips/resources on how to properly escape space characters in Bash? Thanks
Perhaps I'm not looking for how to escape spaces. I am looking for any tips/suggestions that would fix the space disappearing. Thanks Draiken