Lee Ash

Results 13 issues of Lee Ash

## Failing module - **GitHub**: https://github.com/fauna/faunadb-js - **npm**: faunadb / http2 ```js import { Client, Now } from "https://esm.sh/faunadb" ``` ## Error message After running `deno run` I get this:...

bug

While searching for bip39 on Google this website was suggested as an ad: https://iancoleman.app It is the exact same website except it seems to sniff mnemonics and track users with...

When I import these two modules, Aleph.js crashes on compilation step, similarly to the crash when using circular imports (https://github.com/alephjs/aleph.js/issues/306) ```typescript import WalletConnect from "https://esm.sh/@walletconnect/client" import QRCodeModal from "https://esm.sh/@walletconnect/qrcode-modal" ```...

Hey, I face multiple errors when I use React.forwardRef Here is my code ```typescript export const ProfileModal = forwardRef((props: { disconnect: () => void }, ref: Ref) => { //...

✘ bug

Let's suppose my endpoint has changing data that takes time to (re)generate. I use `stale-while-revalidate` in `Cache-Control` so the Vercel Edge Cache returns its stale data while refreshing. According to...

feature request

# Bug report ## Description / Observed Behavior When I use .mutate(), all pages are revalidated even tough nothing changed in the first page, and the keys didn't change This...

discussion
area: mutation
area: infinite

# Bug report ## Description / Observed Behavior I prefetch and mutate some data when the user hovers a link using `mutate(key, data, false)` When the user clicks the link,...

area: mutation

Hey, when I call disconnect(), the modal reopens; any way to disable this? I want to fully disconnect and use the app as a guest/unknown user

Hi, it would be great if this module worked on Deno It seems you use http2, which is incompatible with Deno 😢 - https://github.com/alephjs/esm.sh/issues/224

### Rollup Version 3.28.1 ### Operating System (or Browser) macOS ### Node Version (if applicable) 20.3.1 ### Link To Reproduction https://stackblitz.com/edit/rollup-repro-zruwr9?file=src%2Fmain.ts ### Expected Behaviour It should build successfully if using...

t¹ 🐞 bug
t⁶ ⋅ waiting on upstream