-
Seems a gap in that XRay offers a great trace service but is limited to lambda invocation tracing only.
Unless I am missing some guidance.
I read about http/https/fetch tracing but there does not ap…
-
Right now we're using a single indexer to run the whole network. If that indexer starts generating fake transactions, all the signing parties will pick up those fake transactions.
We need to prove …
-
## Describe the bug
>Access to fetch at 'https://app.khoj.dev/api/content?client=obsidian' from origin 'app://obsidian.md' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is …
-
Hello Linphone,
I would like to ask how Linphone fetches contacts. We use as our provider: Xelion, and when using the Xelion client it fetches all the contact regarding our company.
However in Lin…
-
Hi!
On Nextjs, SSR only allows fetch API and doesn't allow window.
The generated file runtime.ts contains:
```
import "whatwg-fetch";
export const defaultFetch = window.fetch;
```
but I con…
-
```
hagen@Edwards-iMac-M3 twitter-to-bluesky % npm run start_log
> twittertobluesky@0.6.0 start_log
> npx tsc && node app.js > import.log
/Users/hagen/Documents/Misc/twitterstuff/twitter-t…
-
```
{"level":"debug","time":"2024-11-12T09:24:02Z","message":"Fetched 25 events from block 31452"}
{"level":"debug","time":"2024-11-12T09:24:02Z","message":"Fetched 25 events from block 31453"}
{"l…
-
Link : https://ap0nia.github.io/eden-query/eden-query/cors.html
The current example illustration how CORS works with react but not with Svelte.
Using typescript, I found I can put `credentials: …
-
The block fetch client implementation in `Ouroboros.Network.BlockFetch.Client` is not based on `Ouroboros.Network.Protocols.BlockFetch.Client`. It would be nice to re-write the latter so that the for…
coot updated
11 months ago
-
```ts
import { HttpClient } from "@effect/platform";
const response = yield* _(
request,
HttpClient.client.fetch(),
Effect.flatMap((res) => res.json)
);
```