Derek Kniffin
Derek Kniffin
This is an awesome looking gem, and I think it solves one of my main issues with how graphql-ruby works. Namely, the QueryType gets very big very fast, and a...
I'd like to be able to press the hotkey for "run test" from the code that I'm writing (not the spec file), and have it run the related test for...
Right now, you can delete a color, and make a new one, but you can't edit existing colors. Ideally, this would also backfill to previous plays.
There's a bunch of apps dedicated to specific board games. For example there are ones for [Betrayal at House on the Hill](https://play.google.com/store/apps/details?id=com.ViktorDikov.BetrayalCharacterStats&hl=en), [Munchkin](https://play.google.com/store/apps/details?id=com.mpearce.munchkin&hl=en), [7 wonders](https://play.google.com/store/search?q=7%20wonders&c=apps&hl=en), [Dominion](https://play.google.com/store/search?q=dominion&c=apps&hl=en), and [Sushi Go](https://play.google.com/store/apps/details?id=com.kismetapps.sushigoscorekeeper1). It'd...
I just started playing Magic: The Gathering again, and I'm using the color field to keep track of which deck the person played with (ie: I made a "vampire" color,...
I would like to add this method, which returns whether the request is completed or still pending. I have no idea if this is the correct implementation for it. In...
To get more visibility to this repo, we should get it listed in here: https://github.com/sindresorhus/awesome There's a few things we'll need to do before that: https://github.com/sindresorhus/awesome/blob/main/awesome.md - [x] Add the...
I'd like to be able to screenshot on any arbitrary screen size. I can configure capybara with a different screen size with: ````ruby handle = Capybara.current_session.driver.current_window_handle Capybara.current_session.driver.resize_window_to(handle, 480, 640) ````...
This topic has come up a few times, so I think it'd be good to have a formal discussion about it. It is _not_ something that we would do anytime...