Samuel Goldenbaum
Samuel Goldenbaum
- Swiper Version: 6.7.0 or latest as per demo page - Platform/Target and Browser Versions: browser, react ## What You Did Getting click handling inconsistencies in Chromium browsers--Chrome, Brave etc....
Apologies if covered, but I don't see job events fired on completion - only the queue fires events for job completion. Is this correct for Bull?
Seems calling `queue.shutdown() `when more that one queue exists causes an error: `Error: Shutdown already in progress` See example below: ``` process.stdin.resume(); const kue = require('kue'); let queue = kue.createQueue({...
From what I see, Kue is creating new Redis connections for every job type. We have a scenario where we have queues for each user so 200 active users with...
Is react-ace supported on React Native? Has anyone managed to get it running with react Native?
I may be using this incorrectly, but I am only able to get my first push to succeed. 1. Commit with a valid commit message and all works as expected...
Is this project still active?
How do I bind ng-click events to the newly inserted dividers? I add: ng-click='clicked()' to: ``` var contentTr = angular.element(""+divideKey+""); ``` yet it doesn't fire in the directives scope: ```...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
tRPC subscriptions throw a `net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)` error when using an `httpSubscriptionLink` that uses Server-sent Events (SSE) for [subscriptions](https://trpc.io/docs/client/links/httpSubscriptionLink) This causes the client to continuously fire off new subscription calls....