websocket98765

Results 27 comments of websocket98765

@Dan6erbond would it be possible to merge this please? It would unblock anyone using Cloudflare

@hmnd Thanks! I'm getting a Cloudflare "Error 1101" "Worker threw exception" on Cloudflare Pages when redirecting back to the site at `/api/auth/signin/github?redirect=/dashboard`. It doesn't seem to have a way to...

Just checked. Unfortunately log streaming is only available for standard workers. When deploying via Cloudflare Pages, Svelte Kit's workers don't appear under Workers tab in the Cloudflare Dash, so log...

Is this the how you all do env vars in production? Maybe this is where I'm messing up. I have them specified in Cloudflare env settings, in the same way...

No luck; thanks though. `globalThis` [appears to be "coming soon" for Cloudflare Workers](https://blog.cloudflare.com/introducing-the-wintercg/). When I tested it today, `globalThis.NODE_VERSION` returns `undefined` and same for `globalThis.GITHUB_OAUTH_CLIENT_ID` which contained "undefined" in the...

@stianmartinsen Just a drive by idea, not thought through, but maybe you could use [React context](https://reactjs.org/docs/context.html ) to avoid passing your selected item deeply into the hierarchy? I'd be interested...

@MikeKovarik I'd like to help solve this if you could guide how to get the datetime _offset_ into the tiff river file please, because that seems to be the missing...

I couldn't get this to work on MacOS Catalina either, even after allowing it within System Preferences. What eventually worked was using instructions adapted from : ``` brew cask install...

I realized '2009-09-23 11:40:52-06:00' is a standard format so I can simply using the date object to parse it into UTC, when in this format. Updated the code.

Fixed by two things: 1. updating `algoliasearch` from `3.x` to `4.2.0`. 2. For my custom refinement, I now sort the values before calling `refine(values)`, otherwise the first request (triggered via...