Ariel Silverman

Results 18 comments of Ariel Silverman

@sagikazarmark I would be happy to also collaborate with documentation. Any ideas how I could help?

Consider using a different port than 5000 since its used by [Apple MacOS Monterrey](https://nono.ma/port-5000-used-by-control-center-in-macos#:~:text=As%20is%20port%203000%2C%20port,to%20serve%20local%20development%20servers.&text=The%20process%20running%20on%20this,Receiver%20to%20release%20port%205000%20.)

Check out [`go bug`](https://github.com/golang/go/blob/master/src/cmd/go/internal/bug/bug.go) as a reference

First of all, thank you so much for reading and considering my proposal @marckhouzam! > I think facilitating the reporting of bugs has value. Am I right that bugs would...

Another option is to use the Cobra command generator to generate a `feedback` command that provides the plumbing for bug reporting functionality so that each project can augment this functionality...

> I think if you reduced this to what could be done in general it would actually be very little besides opening a browser window. Sounds to me like this...

@pippo notice how the example you are referencing is using a JWT with no contents (a substring `..`) means no claims payload

Hi @raych1, my use case is that I would like to run oav tool in CI/CD and parse the output in a way that is parsable by a machine. Additionally...

I don't wish to use the public plantuml server because I would like the data to remain private.