Konrad
Konrad
since es 7.15 you can send body of the request with `Content-Type: application/yaml` and it's extremely useful when dealing with painless It would be very nice if you could toggle...
I was rewriting my code as typescript and i noticed that result of `this.$http.post(…)` doesn't know that it has methods `catch` and `finally`
After updating my app to React 18 I had problem with outdated arguments passed to components I created simple [code example](https://codesandbox.io/s/purple-dust-ww9hjm?file=/src/index.jsx) with the problem: * I have 2 states `const...
I have few processes uploading parts of a big json-lines file and I upload them compressed, as described in [transparent encoding](https://cloud.google.com/storage/docs/transcoding). After those partial uploads I'm combining the file into...
I upgraded prometheus and learned about scrapping change the hard way Change introduced in #12933 and old behavior partially recovered in #14685
### Description It would be great to explain (for example in [client-configuration.md](https://github.com/redis/node-redis/blob/master/docs/client-configuration.md) that single connection is sufficient most of the time and therefore there is no need for connection pooling....