Yuchen Ying

Results 34 issues of Yuchen Ying

This is a... - [x] Request for a new or modified feature - [ ] Issue trying to run the docker image - [ ] Issue trying to build /...

documentation

I'm still a bit fuzzy on how Chrome's tab groups works, but I've seen examples like this: 1. A tab in tab group foo is in focus. 2. I typed...

bug

Currently only `flag.Bool` can be used as `--flag` without supplying a value. There's some situation when non-bool flag should be able to use default value when no value was supplied....

E.g. if `-a` and `-b` are both specified then the last one specified will be used. A workaround might be adding `--mode` option and specify `--mode=a` or `--mode=b`. I'd propose...

`google-apputils` is obsolete and replaced by `absl-py`, the latter one supports Python 3. (Curious on how frequently do you update the list of packages?)

I was getting used of "pull to refresh" and frequently use pull trying to refresh the list, only to find some favorite routes get swiped away. It will be good...

Hi, I ran into this issue on certain websites: https://github.com/curl/curl/issues/3750 Seeing typhoeus 1.3.1 is from 2018, can we bump it to 1.4.0? Thanks!

stale

What I tried to do: Marking the last selected item (using j/k to select) as read (using m). What I expect: The second to the last item get selected What...

unable to reproduce
insufficient information

It looks like the dependency on gorilla is not necessary, since there's only handful of handlers. If you are OK with it I can send a PR to remove the...

help wanted

See also: https://github.com/containers/libpod/issues/4595 With the following `docker-compose.yaml`: ``` services: certbot: image: docker.io/certbot/dns-cloudflare container_name: certbot entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!};...