Tim Diggins
Tim Diggins
When you do `rake yeet_dba:find_invalid_columns` and there are dangling rows found, it outputs with the readable name of the column obscured (an inspect instead of a name) ``` -> external_links.#...
I've discovered that Microsoft Office 2007 on Win XP (at least, one I've seen...) gives a user agent that seems to be identical to IE 7... So in my fork...
This does a very basic fix to #538 by parsing the raised ApiException. This won't help if an ApiException isn't thrown (unexpected error). It also feels rather ugly having to...
## Is your feature request related to a problem? Please describe. I was recently bitten by the issue that Dir.chdir (including with a block) actually affects the process (rather than...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Bundler ### Package manager version 2.4.21 ### Language version 3.0 ###...
Thanks for sharing this - it's very helpful! 🎉 Have you got any advice on how to debug my own install.sh files - I can't seem to get an "echo"...
Given a `Entry` model that has a relation (I've tested with has_one, belongs_to, has_one through ) called `project` and a pg_search_scope `:search_by_text`, then trying to get the ids while also...
First of all - thanks for this repo. I'm trying to get this formatter to work the way I want/expect. Currently it seems like the annotation links to the place...
Currently: ```ruby EmailAddress.valid?("[email protected]", host_validation: :syntax) # => false EmailAddress.valid?("[email protected]", host_validation: :syntax) # => true ``` I would expect both to be rejected as invalid - the rfc 3696 doesn't really...