Prabin Poudel
Prabin Poudel
Tasks --- - Add generator for rswag gem - Sort generators in the Readme in alphabetical order
Tests were failing in M1 Mac (my development machine) with Segmentation fault error. It is a known bug for 2.7.0 and 2.7.1 but is fixed in 2.7.3, see https://bugs.ruby-lang.org/issues/17937
Closes https://github.com/bullet-train-co/magic_test/issues/44 Tasks --- - Modal to show reminder to assert for unique content on each new page Issue with default alert --- When subscribing to on page load event...
I followed your tutorial and was able to integrate this into my project. ``` Login.start(config).then(tokens => { console.log(tokens); }); ``` Does not somehow work with android, as code never reaches...
Enhancements --- - Update regex in gem_installed? helper method to also look at spaces before and after "gem" text. Also ignore if the gem is there but commented out in...
As far as I remember we shouldn't need node and yarn for running pronto. If it's required then it should be the latest version or provided by users themselves. Tasks:...
We have a code like this in our generators ``` insert_into_file "Gemfile", rubocop_gem_content, after: /group :development do/ ``` It's very unlikely that development OR development, test groups are not present...
https://ddnexus.github.io/pagy/quick-start/
Sometimes generators can fail but when running the same generator again, we end up with multiple entries of same Gem in the Gemfile or same configurations as well. It would...
## Pull Request **Summary:** Doc improvements for Stripe so it is easier for newbies to follow instructions step by step and get the working configurations. I have also added notes...