4F2E4A2E

Results 57 comments of 4F2E4A2E

I think that a simple, http upgrade to websocket would be feasible and of good help to uptime-kuma users and websocket lovers. e.g.: ```bash curl -i -N -H "Connection: Upgrade"...

@dskvr please help me out understand, is there a way to monitor websocket connections now?

This install did the trick, thank you @fardjad ``` helm repo add keel https://charts.keel.sh helm repo update helm upgrade --install \ keel keel/keel \ --namespace=kube-system \ --set helmProvider.version="v3" \ --set...

Hi there, I am working a lot for the enterprise atm and will not able to deliver anything here sooner than 1 Month. @Jayani What one have todo is to...

First of all let me thank you for this amzing content you guys are offering, it's just overwhelming good written and presented, thank you big time! Help would be really...

This should do the trick: ```bash npm uninstall cross-var npm i -g cross-var ```

There is [graphql-ts](https://github.com/nicolasgere/graphql-ts), but it is basically in the same state as graphql-decorator => proof of concept.

@pie6k great news! Are you planing to do something similar for the client-side?

Enabling type safe queries using angular for example. Without literals and graphql-tag, etc.