Adrian Hesketh

Results 406 comments of Adrian Hesketh

The documentation was updated at some point. It's correct now:

Can't see a way to enable verbose for more information either... as a workaround, if I tag `-i` on the end of the CLI, it opens up a Web browser...

I submitted a PR to goreplace (https://github.com/piranha/goreplace). It uses a Python tool called `cram` for running CLI tests. ``` # cram is a python app, so 'easy_install/pip install cram' to...

Sounds like this is fixed. I'll close this, and we can deal with new issues in a new issue!

Interesting idea. I think that templ could detect the presence of a .prettierrc and, if present, and the prettier executable is on the path, could call out and format the...

Hi folks, author of templ here, since the `ctx` type implements `io.Writer` this also works. ```go package main templ Hello(name string) { { name } } ``` ```go package main...

Agreed. It looks great. 😀

Step 3 of the documentation at https://grafana.com/docs/loki/latest/setup/install/helm/install-monolithic/ lists: ```yaml mode: SingleBinary loki: commonConfig: replication_factor: 1 ``` Note that it should be `deploymentMode` based on the Helm chart values.

Thanks, I wrote it initially to do some grunt work for me at a client I was working with, and thought it might be handy for others. People have made...

Thanks, I can spot that some of the references not being found is basically the same issue as #43. The current generation tool doesn't support the `anyOf` behaviour. So this...