Andres Espinosa

Results 16 comments of Andres Espinosa

Thanks for creating this issue! I also needed this feature and found it thanks to you

Hi! sidekiq: v6.1.2 sidekiq-unique-jobs: v7.0.1 rails: v5.2.4 ruby: v2.7 My worker has basically this: ``` class SendCampaignMessagesWorker include Sidekiq::Worker sidekiq_options queue: :default, lock: :until_executed def perform # blabla end end...

For me, it is working in the client but not in the server. I created a plugin in `sentry.server.ts` with this content: ```javascript import { defineNuxtPlugin } from '#app'; //...

Did you solve it? I have the same problem, I need this to type a component's props.

Now I've converted from byte to str or backwards in every part of the code where I've got errors, but the signature is not correct, because I get a 403...

Even if I disable focus using `popperOptions`, I cannot see the input because it is covered by the popover. The keyboard does not close but I cannot see the input....

@alperenersoy I finally made a workaround using a modal for that step in mobile, but I think that this should be considered when fixing this issue. If I have some...

Thanks, I had not figured out that the package is automatically loaded in the whole app, I haven't understood the way of importing javascript packages yet, it's a bit non-standard.

If I remove docker from snap, `circleci` commmand throws `failed to connect to docker`. How did you make it work?