nandi
nandi
DDeno
Created by kliuksas on 11/25/2024 in #help
Restoring from backup on Deno Deploy
My thoughts are it's not really a "backup" but a replica set that you can point in time reference in case something goes wrong and you can manually edit your kv. I think calling it a "backup" is kinda disingenuous
9 replies
DDeno
Created by kliuksas on 11/25/2024 in #help
Restoring from backup on Deno Deploy
I love deno but sometimes I think they are doing many things at once and start dropping plates. It seems like you need to run your own datastore to restore. Their docs need work. Hopefully they hire people to make it better
9 replies
DDeno
Created by nandi on 12/15/2024 in #help
fresh-runtime
I needed to install fresh not just use the lib
2 replies
DDeno
Created by lucsoft on 6/21/2023 in #help
Handle timeout in WebSocketStream?
works in nodejs
4 replies
DDeno
Created by lucsoft on 6/21/2023 in #help
Handle timeout in WebSocketStream?
Also getting this using atproto Jetstream (partysocket)
error: Uncaught Error: TIMEOUT
at _ReconnectingWebSocket._handleTimeout (file:///home/v/proto/node_modules/.deno/partysocket@1.0.3/node_modules/partysocket/dist/chunk-KAXDW7R4.mjs:385:45)
at Timeout._onTimeout (file:///home/v/proto/node_modules/.deno/partysocket@1.0.3/node_modules/partysocket/dist/chunk-KAXDW7R4.mjs:375:20)
at cb (ext:deno_node/internal/timers.mjs:64:31)
at callback (ext:deno_web/02_timers.js:58:7)
at eventLoopTick (ext:core/01_core.js:210:13)
error: Uncaught Error: TIMEOUT
at _ReconnectingWebSocket._handleTimeout (file:///home/v/proto/node_modules/.deno/partysocket@1.0.3/node_modules/partysocket/dist/chunk-KAXDW7R4.mjs:385:45)
at Timeout._onTimeout (file:///home/v/proto/node_modules/.deno/partysocket@1.0.3/node_modules/partysocket/dist/chunk-KAXDW7R4.mjs:375:20)
at cb (ext:deno_node/internal/timers.mjs:64:31)
at callback (ext:deno_web/02_timers.js:58:7)
at eventLoopTick (ext:core/01_core.js:210:13)
using jetstream.start();
4 replies
DDeno
Created by nandi on 6/22/2024 in #help
Passing props to component from layout
btw, I figured out how to do it without passing to layout component props, still kinda curious if it's possible though
5 replies
DDeno
Created by nandi on 6/22/2024 in #help
Passing props to component from layout
a Signal type in this case
5 replies