Joe Stein
Joe Stein
Hey, just leaving a note that the LetsEncrypt cert on https://blitztactics.com just expired 3 hours ago. Love the site, thanks!
Closes #2291. This should do the trick for Android, but we will need to update apple-app-site-associations on lila for iOS. I tested on an Android emulator using the following command:...
Might close #2319. It's hard to say if this will fix it without the root cause; I was unable to repro the issue on the development web browser. Notably, this...
Hello again from Railsconf! Added an Appraisal and implemented a couple fixes for compatibility with RSpec 3.13.0+. 🙂 This closes #250. I'll admit that the version conditionals directly in the...
~It appears that in rspec 3.12, `have_attributes` was an aliased matcher, but no longer is. I haven't tracked down the precise source of the change, but I added an Appraisal...
Hello from Railsconf! 👋 This closes #248 by updating the specifier in `.nvmrc` to one compatible with nodenv and asdf, neither of which (unfortunately) support the `lts/*` specifier. (Neither of...
As of d279f80e73ead42f53933b95a9402a5e6e265085 , `.nvmrc` is compatible with nvm but incompatible with nodenv (the latter does not support the `lts/*` specification). However, the `bin/setup` script purports to support asdf, nvm,...
In cases where the example passes, `SuperDiff::RSpec::AugmentedMatcher#description` appears to generate the description of the `actual` object via a call to `matcher_text_builder_args`: https://github.com/mcmire/super_diff/blob/805537f7b138a82ab45a64e09cac332bf21816c7/lib/super_diff/rspec/augmented_matcher.rb#L43 However, the `MatcherTextBuilders::Base#matcher_description` doesn't use said description: https://github.com/mcmire/super_diff/blob/805537f7b138a82ab45a64e09cac332bf21816c7/lib/super_diff/rspec/matcher_text_builders/base.rb#L30-L39...
This PR closes #58 by always downcasing string UUID representations. This resolves any possible case inconsistencies between UUIDs supplied by the user and those loaded from the database. This is...
Reloading relations appears to reassign the in-memory parent record ID to the related records' in-memory foreign keys. Additionally, UUIDs are case-insensitive, but are always surfaced to/by ActiveRecord as lowercase. Consequently,...