Povilas Balzaravičius

Results 11 comments of Povilas Balzaravičius

Hi, Local server is not required since phrozn creates static files. It is enough just to check generated files and the result should be the same as you'll have uploaded...

:+1: I have the same vision. Phrozn should work as stand alone tool which should not be installed on system globally. We have already achieved this after moving to Composer....

Nope. But I've found http://inotool.org : > "Ino is a command line toolkit for working with Arduino hardware" I'd suggest make this plugin compatible with Ino.

Excerpt from Github help page: > All links to the previous repository location are automatically redirected to the new location. When you use git clone, git fetch, or git push...

The `version` variable (also `gci --version`) still points to the old version: https://github.com/daixiang0/gci/blob/dca258a399bf32ab20c73ab4edb726cfff7224ef/main.go#L9 I'm not sure what the best way to fix it would be. Releasing a new version?

Totally makes sense! I though it simply was forgotten to be added :-) Thank you for explaining.

P.S. We might want to make this feature opt-in by providing threshold via flag.

Thanks for reply! > What's the reason for using a threshold of 5ms instead of using 0? It is just arbitrary number which I've picked to treat a test as...

After some investigation I've found that the best way is just to ignore packages without tests at all. Running `go test` for a package with no tests still takes time....

Yeah, I agree with you - standard project probably won't have much packages without tests. On a flip side empty packages can be excluded without any changes to `gotestsum` -...