Rayat
Rayat
@cigh033 generating a cache file would indeed make subsequent searches faster, but the initial invokation would need the same, if not more amount of time as the original search command...
i think help messages should all be aligned. It makes its more presentable and easier on the eyes. From jaudiger's comment above (https://github.com/nushell/nushell/issues/5066#issuecomment-1421528910) the help message in wget looks much...
> I'm having similar problems but with GitBash. I see the fnm_multishells in my path but for some reason it's not picking it up. One thing that is different about...
ig stuff like scoop and winget does exist which allows people to install fnm. But i dont think everyone uses them. Winget is certainly popular but its yet to be...
Isnt it enough to just use `$profile` to get the current active profile's pat? @tertek opened a new issue regarding that in #1027
this sounds like a great idea. how would u locate the files tho? i could think of - have a `cache/` folder or something inside `/.fnm` where fnm itself can...
I dont believe its possible for a process to permanently modify the env vars of its parent process. Any changes made within the process will be lost once the app...
this should have been possible. the actual map method in rust ([ref](https://doc.rust-lang.org/std/option/enum.Option.html#method.map)) does it. but gust doesnt ([ref](https://github.com/andeya/gust/blob/v1.5.2/option.go#L211)) Map should accept a func that takes a param `T` and returns...
didnt know u could use rich presence on the browser client. afaik discord doesnt even support rich presence on the browser app.
well, if it helps, the goreleaser config file i used was ```yaml # yaml-language-server: $schema=https://goreleaser.com/static/schema.json project_name: gorp before: hooks: # You may remove this if you don't use go modules....