Mohammed Al Sahaf
Mohammed Al Sahaf
> Sorry I'm not sure I follow. Do you mean "yes, use `--add-file vendor`"? The flag is a `git archive` flag. We'll have to add `files:` the config the `.goreleaser.yml`
The double-negative tag of `!nocgo` is awkward. Wouldn't it be better to to switch around the logic to the tags `cgo` and `!cgo`? Edit: never mind... Somehow the commentary on...
Well, the work in PR #83 can help with this. We're using gRPC-Gatway there, whose protoc-plugin can generate Swagger files. I haven't included Swagger file as part of the PR...
> Found a fairly robust and exhaustive regex for email validation at https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address > > We might want to update our email validation to use something like that. Please check...
You can get that information from the session. Here's a hint from the example: https://github.com/gliderlabs/ssh/blob/30ec06db4e743ac9f827a69c8b8cfb84064a6dc7/_examples/ssh-docker/docker.go#L17-L30
Hi, @progrium , the domain doesn't appear to be valid anymore. Is there any space to discuss the project?
> @Mohammed90 I'm still around here - I'm happy to respond to issues and PRs, though I don't have access to add people. That would be the first step for...
We're dependent on Go standard library to support this function. Watch golang/go#63369. It seems to be going in a positive direction.
I forgot I had a PR for this branch already 😂 Good 😄 The actual gain of this feature is implemented in caddyserver/xcaddy#161. The PRs build on each other.
> I think this list is up to date just in case this PR's list fell behind 🤔 https://caddyserver.com/docs/extending-caddy/namespaces Took a cursory look just now. Probably missing `caddy.fs` and `events.handlers`,...