Roberto Villarreal
Roberto Villarreal
I just hit this as well: * python 3.10 + aioredis 2.0.1 + newrelic 8.0.0.179 => good * python 3.10 + aioredis 2.0.1 + newrelic 8.2.1 => same trace as...
To follow up on my "me-too" report, downgrading to my original working version (8.0.0.179) did not work as I expected (but a different failure obviously). Presumably some other library upgrade...
I've identified *a* fix for this. I'm not super confident it's a *solution* though; it may be just addressing a symptom of a bug elsewhere in the system. Though a...
As you probably saw (or will see), the `noWait` flag is only `true` at one place in the buildkit codebase: a GC routine. And that routine was the reason for...
> * This stems from `godoc`, and there's a reasonably good reason behind it: tools like `grep` are used commonly at the CLI to look for logic that does what...
I'd be perfectly fine having to adopt a special convention, hidden flag, etc. By the same token, I don't want my desire to get in the way of the system's...
Another idea... it's probably more work on the front-end, but probably offers the most flexibility and safety (outside of doing nothing). Many go-based tools I use utilize [golang templates](https://pkg.go.dev/text/template#pkg-overview) to...
The current behavior (not cleaning the directory despite the documentation's claim) works in my favor, in theory. Looking at the code, it appears that any plugins in the plugin directory...
FYI, I had actually uncovered this back in #1769, but it was an unintentional discovery and became more of a footnote. That issue may have background and data that may...
> earthly performs parsing of the comments Ah, I guess that makes sense... even though 'I know' that it's a comment (both as far as intent as well as not...