-
I am trying to build upsert functionality for a vertex. My code looks like this:
```js
const existingBuyer = await config.db.select().from('Buyer').where({ id: rawBuyer.id }).one();
if (_.is…
-
### Reproduction
I am observing the following error with ember-data version 4.12.4
```
vendor.js:16753 Uncaught (in promise) Error: Assertion Failed: Expected a stable identifier
at assert…
-
We installed latest version on Civi 5.69.5 with PHP 8.1.
Setup the Sendgrid webhook and confirmed the responses were 200 in the access logs.
The bounce notifications are not being processed.
…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
9.7.1
### Which area(s) of pnpm are affected? (leave empty if unsure)
Lockfile
### Li…
-
I'm trying to drive the HFC Demo periodically against a Blockchain 0.6 starter network to gauge the health of the network. The demo usually works fine but occasionally I encounter one of these errors…
-
RateLimitedHttpMessageHandler:UniqueKeyForRequest doesn't take into account the content of the HttpRequestMessage when it is a POST request. POST requests which are similar and just have a different c…
-
**Describe the bug in current situation**
When email files contain tabular data, and they are converted to PDF via the conversion service, there are various formatting issues with the data based on…
-
I use `jsdom` in a project in Deno. `jsdom` uses `debug` as a dependency:
```
└─┬ jsdom@25.0.1
├─┬ http-proxy-agent@7.0.2
│ ├─┬ agent-base@7.1.1
│ │ └── debug@4.3.7 deduped
│ └── debug…
-
**Thanos, Prometheus and Golang version used**:
thanos v0.31.0
prometheus v2.41.0
**What happened**:
I have one hardtenancy configured on 3 thanos receiver host. I remote write from promethe…
-
I ran duperemove on a 298Gb volume containing about 200 000 files. One of them is 170Gb large full of zeros which I used for finding cve‑2016‑2315.
I wanted to reduce it’s size with `--dedupe-options…