Lifei Chen
Lifei Chen
Hi, When I run phpsc on saving file, it takes almost 3 seconds to wait. I am using python3. And I have modified phpcs.py in line 182. ` // bofore...
does oras has a plan to support delete helm charts from docker registry? Thanks.
I want to get info of machine hardware name, like `umame -m` on linux. Can I get the same info via `sysinfo`. ``` # uname -m x86_64 ```
hi, guys, there is a bug when parsing input unit value larger than 255. here is a example to reproduce the bug. ``` package main import ( "github.com/AlecAivazis/survey/v2" ) func...