-
`UpdateService.firmwareInventory` stores the endpoint of the firmware inventory. In 6933b3e, the property was changed from exported to unexported, such that now the only way to access the data in the …
-
I think you can replace this code
https://github.com/upstash/jstack/blob/ee3f48a4f07f172c4d191cf2a1b597e3144da76c/src/app/page.tsx#L13-L24
with an even easier implementation by using `ReactQuery…
-
### The Feature
Support retry policies when calling completion() / text_completion() without requiring Router. Example:
```
import litellm
from litellm import RetryPolicy
retry_policy = Ret…
-
### Steps to reproduce
1. Went to Element Web/Desktop (~15k members iirc)
2. `/upgraderoom 11`
3. Much spinning, and then a "fetch failed to fetch" error msg.
4. New room got created, seemingly …
ara4n updated
2 months ago
-
```js
import fetch from "node-fetch"
import cp from "check-proxy"
const { check } = cp
```
```
TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument must be of type function. Received an ins…
-
### Describe the Bug
When my web browser makes the following API request, initiated by Umami, the response is only a `400` (header, with no body). Fortunately, when trying to reproduce this bug to …
-
**Description:**
The WebQA bot is failing to retrieve documents using Selenium. This results in an error message: "An error occurred while trying to fetch the document. Please make sure the submitt…
ifTNT updated
2 months ago
-
### Description
Using version `5.10.2` we cannot bundle algolia search client for cloudflare workers since it uses Node built ins.
We tried updating from `5.2.1`, which still works fine.
### Clie…
-
In rdf-derefence you can pass a custom fetch function: https://www.npmjs.com/package/rdf-dereference#input-using-a-custom-fetch-function
I wonder if there’s a way to implement regular HTTP caching,…
-
##### Description
Compiling the following spec into a TypeScript-Fetch client results in invalid code.
Specifically, the generated code contains
```TypeScript
export interface GenericMap extends…