Richardson Rosa

Results 11 issues of Richardson Rosa

## The problem By default the non numeric characters are removed from the string. I need to pretty print masked phones and CEPs. How can I do it? ## Possible...

My class decides the queue name dynamically depending on business rules. How to expect that my class has enqueued the specific job with the specific arguments in the specific queue?...

Make geolocator with promises in the future?

feature request

Given this situation: ```ruby # config/initializers/sidekiq.rb file Sidekiq::Throttled::Registry.add( :my_throttle, concurrency: { limit: 50 } ) # app/jobs/my_job.rb file class MyJob include Sidekiq::Worker include Sidekiq::Throttled::Worker sidekiq_throttle_as :my_throttle end ``` How can...

enhancement
help wanted

## What's the problem? The throttle is not being used in inherited classes. I've just noticed this by looking at the sidekiq web interface and realized that there were more...

Is there a way to store the authentication token, so when I click to preview I don't have to do it manually every time? If not, can this be done...

Imagine this situation: the client of the project [Blogging Tutorial](https://github.com/scott-mcdonald/JsonApiFramework.Samples/tree/07be443df415d8e43ac551d6775145409c7ee62d/Tutorials/Blogging) from the samples repo sends this message to the server: ```json { "data": { "type": "articles", "attributes": { "title": "JSON...

**Describe the bug** The filter on the coverage resets its state when I go to the previous page. **To Reproduce** Python 3.8.10 coverage.py v7.0.1 in my code, and the live...

bug
html

Hi! At least, in Chrome the speech synthesis not call the onend method sometimes. I'm using Chrome 49.0.2623.87. I have faced this problem reproducing big messages. See in [Chromium Bugs](https://bugs.chromium.org/p/chromium/issues/detail?id=509488)....