Stuart Tett
Stuart Tett
@Sega-Zero I was wondering why reachability was always backwards when i started up my app for Reachability with @"http://myurlhere.com/" I would first get reachable, then unreachable next (even though it...
I'm having this issue on one of my development machines, but not the other. Both macOS Catalina. Can confirm it works from an incognito window. But shows an old version...
Nice. Restarting **did not** fix the issue for me.
@jaysaurus Thanks, that's useful to know. However, in my case it works fine if I use an incognito browser window. It only fails to dynamically refresh in a normal browser...
@jaysaurus No. really not sure why it's happening. I believe it to be something with Chrome caching. Even though I have caching off in the Developer tools. Because I just...
@vvo I just meant that params as it is now, shows up as `ParsedUrlQuery`. With the following, I believe you could extend ParsedUrlQuery with the `params` type is. This way...
@vvo I previously was using it in my tests to successfully test the session state from my handlers. I want a way which I can test the state of the...
@rtrembecky Did you ever get anywhere with this? I'm wanting to use .graphql files instead of gql`` tags in my .ts files. While I'm still locked in to babel (because...
@jukbot For me using `firebase-admin` I had to do: ```ts import { FirebaseError } from 'firebase-admin'; export default function isFirebaseError(error: unknown): error is FirebaseError { return (error as FirebaseError).code !==...
@markdalgleish I'd be happy to, but I'm not sure where to start. `npm --version 5.6.0` `html-sketchapp --version 0.0.6`