Mariusz Roliński

Results 10 issues of Mariusz Roliński

It's different from the previous in-component mechanics, but it also makes components easier to read.

## Summary Test the WebSocket client recovery in 3 scenarios: - Normal hiccup where the WebSocket connection closes _randomly_ between sending messages. - Pre-handshake failure where the WebSocket connection closes...

dht

## Summary I switch to `URLSearchParams` for query param parsing and kill a dependency (`querystring`). `URLSearchParams` is - Widely supported by browsers (97%+). - Available in node (global scope) since...

dht

## Summary The aim here is to improve DX for those who want to use the SDK in their apps (webpack, rollup, etc.). Moves the static SDK build (streamr-sdk.web.js) to...

network
test-utils
dht
utils
sdk

## Summary Format all the codes using Prettier and its refreshed config from `prettier` branch. @teogeb, [attached is](https://github.com/user-attachments/files/18396471/post-prettier-eslint.log) the result of `npm run eslint` with `indent` enabled. I've tweaked the...

network
test-utils
cli-tools
dht
utils
proto-rpc
sdk
node

Since `.prettierrc` is already there… In this PR I complete Prettier's config and make it intertwine with eslint better. Cosmetic change. ## Changes - Customise Prettier config for better compatibility...

This pull request refactors and improves utility modules in the codebase, focusing on the `Logger` and `SigningUtil` classes, as well as minor optimizations in binary utilities and error handling. The...

utils

This pull request introduces significant improvements to the `@streamr/utils` package, focusing on robust browser and Node.js environment support, build configuration enhancements, and codebase modernization. The main changes include a new...

utils

This pull request refactors TypeScript configuration across multiple packages to improve handling of generated code and project references, and updates some package scripts for consistency. It also includes minor code...

network
cli-tools
dht
proto-rpc
sdk