Pavieł Michalkievič
Pavieł Michalkievič
## 📝 Description - making use of 'useMemo' in media-query module and passing exhaustive deps to corresponding useEffect hook (where previously linter-ignore statement was needed to pass linter check); -...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [x] If you've added code that should be tested, please add tests. - [x]...
As per [issue](https://github.com/jonhoo/faktory-rs/issues/33) Concerns: - Cannot use `serde_json::to_writer` when in `async fn issue` of the `AsyncFaktoryCommand`, so serializing into a vector and only then async writing to the buffered stream....
Info command will now return a result with `serde_json::Value` which made a lot of sense during the period when the `Faktory` library was being actively developed and so the shape...
Addresses #56 and #60 - - - This change is [](https://reviewable.io/reviews/jonhoo/faktory-rs/59)
As per #4 The development branch is the clone of the `feat/async-support`. The latter is in my fork of the repo and is destined for main in #49. I will...
This is a chaser to #675 Adding e2e test for GitHub OAuth onboarding and, since we are here, verifying the status button is idle when they first get onto the...
- [x] tests and linter show no problems (`npm t`) - [x] tests are added/updated for bug fixes and new features - [x] code is properly formatted (`npm run fmt`)...
- Adding 'toAsyncIterableScan' private helper method, and re-using its logic across scan operations; - Adding a test for 'hscanIterator', checking it's async iterable :) No public contract changes.