Andrew Kane

Results 377 comments of Andrew Kane

Hey @sassman, the license files should be included in the next release without any changes - there just hasn't been a release in a while. Ref: #623 #1014

Hi @danman01, one way to currently do this is: ```erb ``` https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Img_role

Cleaning up issues (don't plan to make any changes here right now). @remixtj It uses the Rails time zone by default, which is UTC if none is specified.

I'm not sure this is needed (or what it would look like), but feel free to share if you fork and implement.

Hi @D-system, thanks for the PR. However, I'm not able to reproduce the error (without it). ```sql SELECT CAST('["え"]' AS JSON) AS a, 'test' AS b ``` Can you share...

Thanks @D-system, was able to reproduce it with that example. Spent some time on this today, but don't have a great solution. Converting all strings to UTF-8 will fail with...

Pushed a fix for the error in the commit above, but don't have a good way to show the JSON value. Edit: One way would be to manually cast in...

That would be ideal, but don't see a good way to do that and fix the errors. May revert and leave things as is (since it only affects some queries).

With the commit above, you can now use: ```ruby Lockbox.default_options[:previous_versions] = [{master_key: previous_key}] ``` Sorry this took so long to resolve.

Added a separate option for this in the commit above. ```ruby Lockbox.encode_attributes = false ``` Sorry this took so long to resolve.