Andrew Lee
Andrew Lee
Good idea! It seems like we could add a folder called `shell` in the webman dir that has `webman_zshrc`, `webman_bashrc`, etc. that a user could source in their own shell...
That's super clever, great idea. Would you want to write a PR for that? @AndrusGerman
@tbnguyen1407 You’re right, a way to permanently set an envvar would definitely be better. `setx` is a good option. It may not be so easy to remove from path, I’m...
So I've got an idea, but I need a little help to think it through. Let's say we manage `webman.zsh`, `webman.bash`, `webman.fish`, and `webman.ps1` shell profile files that users can...
I'm working on a cross-platform manager right now called [webman](https://github.com/candrewlee14/webman) and I'm implementing a feature to install package groups. Modern-unix will be the first group to add, so stay tuned.
After lots of work, I've merged the `modern-unix` branch in webman-pkgs! With this simple command: `webman group add modern-unix`, you can install the available binaries for these projects on Mac,...
I've found the problem, and it has to do with the way I handle reverse searching buckets from queries without database name and/or retention policy. For example, finding all buckets...
Looks like the upstream issues this depends on have been resolved. What can I do to enable this?
How about just renaming `packed` to `bitfield`? Then it’d be`bitfield struct` and `bitfield union`, with no `bitunion`.
@spookyuser A big refactor to allow multiple package repos broke the `webman group` commands, but now they should be fixed. Let me know if that works for you.