Benny Neugebauer
Benny Neugebauer
Is there an option to disconnect the `client` from all open WebSocket connections? I couldn't find such function in the `WebSocket` interface: https://github.com/Ashlar/binance-api-node/blob/0.11.30/index.d.ts#L625
Recently my application stopped working because the Binance API was under stress and failed to respond in time. Because of this "binance-api-node" failed with the following error: > FetchError: request...
The [documentation](https://github.com/SitePen/remap-istanbul#command-line) writes that `--input` accepts the "path to the coverage input file". But I can see that the [lib/loadCoverage](https://github.com/SitePen/remap-istanbul#libloadcoverage) module supports handling multiple files. It would be great if...
Hello, I installed `jest-codemods` (v0.23.0) globally and ran the following command: ``` npx jest-codemods ./test/unit_tests/event/EventRepositorySpec.js ``` Afterwards I got to see this error: ``` jest-codemods ./test/unit_tests/event/EventRepositorySpec.js ? Which parser do...
**1. Please specify the following:** - OS: Windows 10 - Shell (Bash, PowerShell, Zsh, etc.): cmd **2. Description** I executed the following 2 commands (without having Python 3.7.3 installed) in...
I like [TelePrompter](https://promptr.tv/) very much! It is easy to use and looks sleek! Just recently, I have used the [Prompt Smart App](https://promptsmart.com/) which supports speech recognition to scroll texts. I...
In the EJS template of my posts, I am using Hexo's native [TOC helper](https://hexo.io/docs/helpers.html#toc): ``` ``` And in some content of my pages, I am using the TOC placeholder of...
I entered the following path for a new Wiki entry: `übungsaufgaben/javascript`. Unfortunately it has been transformed (sluggified?) to `ubungsaufgaben/javascript`. Thus it's not possible to use German umlauts (ä, ö, ü)...
As per discussion in https://github.com/GoogleChromeLabs/comlink/issues/541, I added the necessary steps for running Comlink in a TS project on Node.js. I made use of the existing [node-example](https://github.com/GoogleChromeLabs/comlink/tree/v4.3.1/docs/examples/06-node-example) and tuned it to...