Andrew Garrett

Results 20 issues of Andrew Garrett

This feels the most like Remote Debug Logging to me - focus on just storing the logs with some labels for filtering rather than full text search.

Looks like this image only works for amd64 / x86_64. Would be great to have a multi-arch docker image ([as explained here](https://medium.com/@bamnet/building-multiarch-docker-images-8a70002b3476)). Looks like the Dockerfile needs a few adjustments...

This is a common REST method, and without this change, it's impossible to send the "PATCH" method over HTTP in configurations where the HTTP Gateway and the GRPC Gateway (e.g.,...

When I have an endpoint that uses the `PATCH` method, I can't send HTTP requests to that endpoint ```shell $ curl -vvv -X PATCH http://127.0.0.1:3001/api/tasks/4 -d '{...}' * Trying 127.0.0.1:3001......

My apologies if there's some more complete documentation somewhere else that I can't find. The documentation in README is not complete. That is: it doesn't tell you everything you need...

Steps to reproduce: - `helm edit` something. - Make a mistake in your YAML syntax Expected outcome: I get dropped back in the editor with a comment at the top...

### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [x] I'm not able to find...

bug

Running as a Kubernetes pod, has been running normally for quite a long time. Seemingly a v0.13.1 issue? Seems to work fine on v0.13.0, but crashes on v0.13.1. Logs: ```...

It's very unclear what format the --exclude and --include options are supposed to take. A bit of code-diving indicates that maybe they can take the "Go-Patch" style or the "Dot-Style"...

### Version 4.4.6 ### Context I was looking into https://github.com/zyclonite/nassh-relay/issues/21, and when doing so, I noticed that an 'accept all' `CorsHandler` nonetheless rejects requests where `Origin` is set to `chrome-extension://foobar`...

bug