Nicholas Jones

Results 8 issues of Nicholas Jones

https://github.com/joho/godotenv/pull/54 introduced a change that meant substitution of variables from the real environment (i.e. not that derived from `.env` itself) was possible. It looks like https://github.com/joho/godotenv/pull/58 removed this behaviour, in...

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

bug
no-stalebot

**Describe the bug** PR #706 introduced `mongodb_currentop_query_uptime`, which is derived from the results of `db.currentOp()`. The labels used here include `opid`. I don't know how `opid` is generated, but from...

bug
community
triage

**Describe the bug** Specifically the `mongodb_mongod_replset_member_replication_lag` metric, which is only exposed if compatible mode is enabled with v2. The wrong lag value is basically due to some part of the...

bug
community
triage

https://prometheus.io/docs/alerting/latest/notification_examples/#defining-reusable-templates Please correct me if I'm wrong, but I don't see any support for defining and loading these in just yet. Reusable templates are a useful feature when configuring receivers....

enhancement

**Expected Behaviour** https://github.com/testcontainers/testcontainers-node/blob/main/docs/features/wait-strategies.md#other-startup-strategies shows a snippet of code which demonstrates how custom wait strategies can be implemented. This code is not valid after [c97e2942f047814a5d80835402cf2fcf3d944913](https://github.com/testcontainers/testcontainers-node/commit/c97e2942f047814a5d80835402cf2fcf3d944913#diff-d52af72e6c542c7b3ea7021df76c11d879d094ccfe01f104e147b6e20b1f3782) introduced a constructor to `StartupCheckStrategy`, with...

documentation

I noticed whilst testing changes over the weekend that a deadlock can occur if a local prefix is supplied that doesn't match any import (unsure what the exact reason is...

### What happened? For the redpanda chart, I've been looking to get `securityContext` configured with `allowPrivilegeEscalation` set to `false`. Unfortunately it kept being rendered as `allowPrivilegeEscalation: null`. I've just noticed...