Brayden Wilmoth

Results 23 comments of Brayden Wilmoth

What you present here is great and I think unlocks a lot of potential moving forward. The main use case you present here is more around making a single StarbaseDB...

@JayJamieson Apologies for the time its taken for me to respond back to this. I've spent a lot of time trying to internalize the approach and how to move forward....

Hey @b4s36t4! Instead of using the DO alarm API, I think queues is also an acceptable approach. Just to talk through it a bit more so I fully understand how...

> Keep in mind that `jurisdiction` restrictions are not implemented in`workerd`. Well, this explains so much. Thanks @daliborgogic!

> > Keep in mind that `jurisdiction` restrictions are not implemented in`workerd`. > > Well, this explains so much. Thanks @daliborgogic! Maybe I spoke a little too quickly before consuming...

> Need to check if `jurisdiction` is in `cf` > > ```js > if (env.JURISDICTION && request.cf.jurisdiction) { > // If jurisdiction is specified, it takes precedence over region >...