waterdrop01
waterdrop01
Hello, Opening this issue to track the status of support for coin margined (**COIN-M**) futures on Binance in the API! Thanks!
Hello there! I stumbled upon expose when looking for custom subdomain with ngrok (which is now a premium/paying option). I'm running the server in docker (using docker-compose). Here is the...
Hello, I try to use datetime in my `.drone.yml`: ``` - name: slack image: plugins/slack settings: webhook: from_secret: slack-drone-webhook channel: alert-drone link_names: true template: > {{#success build.status}}✅{{else}}🐞{{/success}} Build #{{build.number}} of...
Hi there, I was wondering if there is support for websocket subscriptions? Thank you!
Hello, Here is my `loki-values.yml` file: ``` persistence: enabled: true accessModes: - ReadWriteOnce size: 20Gi annotations: {} storageClassName: updateStrategy: type: RollingUpdate # updateStrategy: # type: Recreate config: compactor: working_directory: /data/loki/boltdb-shipper-compactor...
Hello, So I deployed ```shadowsocks-rust``` on kubernetes thanks to the [manifest](https://github.com/shadowsocks/shadowsocks-rust/tree/master/k8s) (big up to @realies). First, let's start with what is working: - Using local port forward ```kubectl port-forward pod/shadowsocks-rust-6ff96bd5dc-qnppw...
Hello everyone, I have a graphql API that I'm querying using javascript. I have a `gql.js` file in which I write graphql queries using string literals. I'm planning to write...
Hello, I noticed that emails appear first in the webmail app, and then (seconds to dozen of seconds after) in the Bridge. Even when my email client is polling the...
Cannot catch thrown error by Websocket provider ("code":-32000,"message":"method handler crashed")
**Describe the bug** Here is the error that is thrown by ethers: ``` /home/me/node_modules/@ethersproject/providers/lib/websocket-provider.js:123 error = new Error(result.error.message || "unknown error"); ^ Error: method handler crashed at WebSocketProvider._this._websocket.onmessage (/home/me/node_modules/@ethersproject/providers/lib/websocket-provider.js:123:33) at...