Dongfang Qu

Results 6 issues of Dongfang Qu

`string_to_int` should support `+`, such as `+1`, `+321`, which is supported by most std libraries. ```python3 int('+321') == int('321') == 321 ``` https://github.com/adnanaziz/EPIJudge/blob/1e03a0c4e3ac033f1814e31c817e3a9889035aa3/epi_judge_python_solutions/string_integer_interconversion.py#L25-L30

enhancement
problem definition issue

``` # uname -a Linux DUB-LAP-128 4.4.0-18362-Microsoft #476-Microsoft Fri Nov 01 16:53:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux # strace dublin-traceroute 8.8.8.8 execve("/usr/bin/dublin-traceroute", ["dublin-traceroute", "8.8.8.8"], 0x7fffea1027e8 /* 14 vars */)...

### Describe the bug People may flip `GitRepository::spec.ref.branch` to a `dev` branch to test/verify something and forget to revert back after. It would be great if flux2 can export metrics...

### Description It would be nice to support gRPC Proxyless Service Mesh https://grpc.github.io/grpc/core/md_doc_grpc_xds_features.html

triage/accepted
triage/stale
kind/feature

Not a security expert. I want to learn if there is any security risk to use this solution.

I'm trying to show the groups information with `whoami` and found an issue you filed 2 years ago. https://github.com/rajatjindal/kubectl-whoami/issues/18 I wonder if you managed to get a working solution for...