Johan Burati

Results 9 issues of Johan Burati

When running `xsos` with the `-x` option to disable the colorization it throws errors. Just removed the color codes on those lines for the script to complete: ``` $ xsos...

When you don't have any tcp_endpoints directive in the Vagrantfile, vagrant is creating two rules to allow traffic from/to port 8443: ``` 8443 Inbound custom_rule_inbound_0 133 * 8443 Outbound custom_rule_outbound_0...

Would be nice to be able to grep the output. Adding a *-o/--output* option with different output formats (*json, jsonc, none, table, tsv, yaml, yamlc*) would be best. ## Example:...

enhancement

It would be nice to be able to list all the dysks, even the ones that are not mounted. Like a --all option to the list command: _dyskctl list --all_...

help wanted
feature request

Just deployed a gen2 VM using latest image *MicrosoftCBLMariner:cbl-mariner:cbl-mariner-2-gen2:2.20221010.01* and it came up with a 1.5GB OS disk, the root partition is full and it breaks things: ``` $ cat...

I am using **iptv.recorder** version *0.0.73* on Linux. When trying to record a program with a **'/'** character in the program name it fails because the *slash* is a directory...

Strings in Japanese are not aligned, you might want to use `utf8.RuneCountInString` instead of `len` to compute the length of the strings. ## Example - https://go.dev/play/p/CUsKLViOtlR ## Output ``` COMPANY...

Fix the following warnings: ``` warning: type alias `time_t` is never used --> src/fs/fields.rs:35:10 | 35 | pub type time_t = i64; | ^^^^^^ | note: the lint level is...