Tom Ballinger
Tom Ballinger
I see similar behavior but this error also comes up 
Hm I've been doing that, having trouble triggering it. Will report back if I figure this out.
I didn't get this working for node11, but with node16 I had better luck when I tried installed this library manually: ``` cd examples/node16-resolution npm install ../node_modules/package-json-redirects code . ```...
I most like the first proposal because it seems most straightforward. I could imagine pining for things like `SHIFT_ALT_CTRL_PF7_KEY` in the future, but have no interest in them now. It...
That's interesting, it looks like these are links (`` tags) with relative href destinations. I can't left-click them at all, but I can cmd-click or right-click and "Open Link in...
I think that this embedded notebook and any other Observable documentation notebooks are best viewed at https://observablehq.com and that should be where we sent users generally, so in this case...
That's great to hear, I hope you find this library useful! I think it's a great blend, I like to build a visualization in Observable using data I upload as...
I'll take a look after work, ping me again if this doesn't happen by tomorrow evening!
Hey @RubenPera , thanks for submitting. Currently our [Next.js quickstart](https://docs.convex.dev/quickstart/nextjs) recommends creating a "use client" component to contain the Convex provider and all client code. This change would mean this...
Hi @alex-fusionauth! Thanks for contributing this, but we've found doing all of this as separate entrypoints in one package with optional peer dependencies isn't sustainable: the worry is that peer...