Slava Dobromyslov
Slava Dobromyslov
If my WS Server is down then I always see this error in the console. It raises on each reconnection attempt: WebSocket connection failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED I...
Cloud functions implicitly extend express Request interface with rawBody (see https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/master/src/invoker.ts#L44): ```ts // We optionally annotate the express Request with a rawBody field. // Express leaves the Express namespace open...
It would be awesome to see on the awsome list cryptographic libraries from these repos: 1. https://github.com/dalek-cryptography 2. https://github.com/RustCrypto Some additional details here: https://rustsec.org/advisories/RUSTSEC-2016-0005.html
I copied your implementation of the BufReader, tested it with new Rust and discovered that it compiles without nightly feature. Looks like Rust already supports const generic. Details: https://blog.rust-lang.org/2021/02/26/const-generics-mvp-beta.html Maybe...
I found DuePanel 3 weeks ago but it's based on expensive Atmel and firmware quality is not good. Then I thought what if I rewrite the firmware to STM32 and...
I see you've done a plugin for compodoc which is required for Storybook Docs addon to be used with Angular as described here https://github.com/storybookjs/storybook/tree/master/addons/docs/angular. And looks like there is no...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Error in lowcoder-node-service logs: ```text POST /node-service/api/npm/registry/lowcoder-comps 500 4.918 ms -...