Chunji Wang

Results 19 comments of Chunji Wang

Another minimal example: ![image](https://user-images.githubusercontent.com/7267426/165403113-b8a38a3e-0175-4282-bcec-4aef0447831b.png)

I have this issue as well. Have to stop using Debian and probably would use Arch instead. Apt has been disappointing for day-to-day work. I guess apt only shines for...

I should have read the README doc first...

(After reading the doc) README doc says we should use interpolation, but didn't say error thrown if not interpolate. I feel like the examples should not throw errors, instead just...

After clicking on it, you can use left or right arrow key to increment/decrement.

Yeah, it is a similar issue, but the [workaround](https://github.com/JuliaIO/VideoIO.jl/issues/349#issuecomment-1191955403) in #349 does not work for webcam.

I encountered this bug today as well. For me, not only on Github page, but locally stays at `0001-01-01` right after `serve()`, but immediately correct itself if I edit the...

Neither `"user:email read:org"` nor `"user:email"` works for me.

@tuunit Sure! oauth2-proxy is installed as a deployment in a kubernetes cluster, running in a container: ```yml - args: - --provider=github - --email-domain=* - --cookie-domain=.int.company.com - --whitelist-domain=.int.company.com - --upstream=file:///dev/null -...