joesteffee
joesteffee
We are also seeing this behavior as of yesterday in our development cluster: ``` Traceback (most recent call last): File "/app/python//wsgi_image.binary.runfiles/pypi_ddtrace/site-packages/ddtrace/profiling/profiler.py", line 266, in _start_service col.start() File "/app/python//wsgi_image.binary.runfiles/pypi_ddtrace/site-packages/ddtrace/internal/service.py", line 58,...
Curious if anyone has made any progress on this. I also just bought the same laptop (14ACN6) and everything works amazingly for linux except the speakers. I'm on Arch (mainline...
> Thanks for the request @joesteffee! We'll look into it. > > The [man page](https://linux.die.net/man/5/resolv.conf) is telling me the default value is 1 - does this value not work well...
> Regardless of what resolver the host distro uses, kubelet will pass a modified `resolv.conf` into containers that use the overlay network. If they're using glibc they will understand and...
Thanks for the detailed review feedback! I've addressed all the concerns raised: ## Changes Made ### 🔧 **Security Fix (Semgrep Issue)** - **Fixed**: Replaced `fmt.Sprintf("%s:%s", host, port)` with `net.JoinHostPort(host, port)`...