Grzegorz Krasoń
Grzegorz Krasoń
It feels like some common features of lists are missing: - `del x[i]` does the job with maps, but is not implemented for lists. - same with `dissoc` - seems...
Commands complementary to `edit:add-var` would be nice to have. E.g.: ``` edit:get-var - get value of variable specified by name edit:del-var - delete variable specified by name edit:list-vars - list...
Type of the package can be either "one-file" or "zip". I believe it would be also good to add "no-files". That would let me create metapackages, which don't install any...
I use npackd for installing specific components of my system from the private repo. Not only software from the internet. I would like to define multiple Installation Directories on Settings...
As a software architect I use mermaid for drawing class diagrams. Classes compose components. Therefore on the top level I need to create component diagrams too. This type of diagrams...
Hey, nice job with this utility :) Have you been considering processing args by os.path.expandvars, so that environment variables can be expanded?
RemoteEnv.__init__ obtains environment variables by executing env command in a shell where ~/.profile is sourced. Invoking user command like machine['mycommand']() however doesn't source ~/.profile, therefore may be run in a...
### Describe the feature Regarding [flag](https://modules.vlang.io/flag.html) module. This would be nice if it supported combining flags. See use case below. This is handy and commonly observed in the wild. GNU...
### Describe the feature Regarding [flag](https://modules.vlang.io/flag.html) module. This would be nice to provide count of how many times bool flag has been used. ### Use Case ```sh # invoke my...
### Describe the feature By convention application logs typically should go to stderr. Make it possible with vlib/log. ### Use Case I would like users to easily distinguish between computation...