-
Is it possible to allow switch chaining like `-vv` for verbosity?
With this
```rust
/// verbosity level
#[argh(switch, short = 'v')]
verbosity: u8,
```
it only allows `-v -v`, not `-v 2…
-
## Issues
* Crash on boot (LLE GPU)
_From @ergo720 on August 7, 2017 23:5_
### Description
This title is LTGC, but if I enable LLE GPU I get an "unknown error".
PAL, win10, 0x56560003[t…
-
vv 1.9.0 is complete and waiting to be released. Although this [does not mean that 2.0 needs to be next](http://semver.org/), I believe we're at a good point to release a large update that would neces…
bradp updated
7 years ago
-
I just migrated my vvv installation to an external drive. Now when I create a new site using vv create everything works but it does not appear to be updating the /etc/hosts file. I initially tried to …
-
Example graph that uses `separate_asset_per_band` and has empty tiff files: `j-241009a45a764383a3a3db1453b9881f`
Making the batchjob write to S3 directly instead of the fuse mount avoids this issue. …
-
### The problem
I have a WiFi Temperature and Humidity sensor ([this](https://www.aliexpress.us/item/3256803531872877.html?gatewayAdapt=glo2usa4itemAdapt&_randl_shipto=US) one, the wifi version) wi…
-
-
### Issue description
I was playing with configuration sourcing and noticed that the `after-set-option` hook doesn't run if there's no session:
```
$ tmux -vv -f /dev/null -L TEST start \; set-…
-
#### What is the problem you are having with rclone?
The command
```
rclone dedupe --dry-run --fast-list --by-hash -vv pcloud:
```
takes A LOT of time to find anything!! I stopped it after an hou…
-
- [x] Bug Report
as the following codes show, I pass the variable /^\/test1(.*)?$/ to function unless,when I run those code in nodejs(v16.9.1) , it works fine .when I access /login and /test1 , th…