Roj

Results 53 issues of Roj

help wanted

According to `madge`, there are around 53 circular dependencies left which we need to remove. The main parts, namely: - `client` - `crypto` - `errors` - `extensions` - `network` -...

Here are some example deployments from the Fresh showcase, please let me know if they are not fast enough for you as well: - https://merch.deno.com/ - https://supabase-openai-doc-search.deno.dev/ - https://ldkit.io/ You...

Newer versions of Node.js have `AbortController` in `globalThis`, but it cannot be used since type errors are occurred conflicting with the one from `abort-controller`. Maybe we should allow them too?...

Currently, if the user presses the Escape key, the mini app is closed right away, even if this behavior is not expected. It is not expected for the mini app...

## Reproduction ```ts import { Deno } from "@deno/node-shims"; const r = await Deno.connect({ port: 80, hostname: "google.com" }); await r.read(new Uint8Array(100)); ``` ## Current Behavior Throws EAGAIN. ## Expected...

## Issue I ```svelte ``` ## Issue II ```svelte {#if $page.url.pathname.includes("/test")} {:else} { /if} ```