Stanislav (Stas) Katkov
Stanislav (Stas) Katkov
It seems like a common pattern for DatabaseCleaner to fasten up your tests. Some objects that stay immutable during testing, get pulled into before(all) and reused in tests, so they...
Hey @hakanensari Noticed your note in the project. Decided to ask... What about Selling Partner API? anything I can give a hand with? any progress? any plans/estimations?
**Is your feature request related to a problem? Please describe.** I'd love to use this library with a middleman framework. https://middlemanapp.com/ **Describe the solution you'd like** I've managed to get...
I've ran into an issue that data returned from amazon had different property names ('TinyImage' vs 'tiny_image') -- that caused me to write a lot of hacks and wordarounds to...
# Bug report After running `thor docs:download --all` and cleaning all docs, I'm now in a state where I can't install any additional documents. ## OS information Manjaro, Firefox. ##...
Just a small correction to documentation. ## Checklist - [ ] I've added tests for this change - [ ] I've added a Changelog entry - [x] I've updated a...
Using CirlcleCI with github. Here is my Gemfile.tools ``` source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end gem 'pronto' gem 'oj' gem 'pronto-rubocop', require: false gem...
This gem is jam packed with amazing features and great support. I'm personally very impressed with how this gem offers a way to manage stripe configuration! I'm working on a...
Hey @julianrubisch! It would be great to have an ultimate one-stop resource for stimulus related content. Let have a discussion here, if we can make it happen by merging our...