Ethan Niser
Ethan Niser
for #365 Got to a decent point, required some kinda wild useEffect stuff to keep the url + atom in sync. Jotai does provide a `atomWithHash`, but [unfortunately doesn't support...
Closes #365 > Got to a decent point, required some kinda wild useEffect stuff to keep the url + atom in sync. Jotai does provide a atomWithHash, but [unfortunately doesn't...
first step on #372 attempt to implement simple saving/loading from localStorage, its not really there but theres some progress tried to go all in on jotai, mainly following the ["Todos...
- [iterate](https://effect-ts.github.io/io/modules/Effect.ts.html#iterate) and [loop](https://effect-ts.github.io/io/modules/Effect.ts.html#iterate) have 'moral equivalent' examples that use the names of the old function arguments - the [loop](https://effect-ts.github.io/io/modules/Effect.ts.html#iterate) example should have a return statement at the end similar...
# Improve documentation ## Link https://supabase.com/docs/guides/auth/server-side/nextjs?queryGroups=router&router=app ## Describe the problem The main issue is that the current example is structured in a way were it assumes the only thing you...
**Project description** > DSPy is a framework for algorithmically optimizing LM prompts and weights Its a python package would really appreciate someone putting a package together, or helping me figure...
as requested by @schickling discord thread: https://ptb.discord.com/channels/795981131316985866/920065989557747723/1282717371596935169 https://x.com/tunetheweb/status/1832751650089386422?s=46&t=r6W08josgpNiUkyXidK8Uw https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial https://developer.mozilla.org/en-US/docs/Web/API/Scheduler https://wicg.github.io/scheduling-apis/#scheduler
### What version of Effect is running? _No response_ ### What steps can reproduce the bug? clone https://github.com/ethanniser/effect-schema-type-bug `bun i` `bun run t` observe error (uncomment line in pkg/src/index.ts) `bun...
Thanks for making this extension. I am trying to use it in jsx (im only using it for templating) and it doesn't seem to get the same support as /html...
Currently to use websocket-over-http with GRIP, you must negotiate the `grip` websocket extension which needs a way to distinguish normal messages (which should be sent to clients) and "control" messages,...