Erlingur Þorsteinsson

Results 7 issues of Erlingur Þorsteinsson

## Issue Using Minitest and fixtures I will get an error `ActiveRecord::StatementInvalid: TinyTds::Error: Cannot truncate table 'active_storage_blobs' because it is being referenced by a FOREIGN KEY constraint.` when I try...

bug
accepting-pr

I've got a model called Supply with a column called `average_weight` defined in a legacy database as `numeric(38,2)`. ```ruby class Supply < ApplicationRecord attribute :average_weight, :float, default: 1 end ```...

bug
rails-5.1

I've just ran into an issue where a user was making changes to a ton of pages but didn't think about changing the slug as well so we had a...

Valitor has a new API and new endpoints for handling offsite payments. This PR upgrades the Offsite Payments gem from the legacy system to the new one.

Would it be possible to make this gem compatible with MS SQL server using the READPAST hint and UPDLOCK? https://www.reddit.com/r/SQL/comments/17thq2b/for_update_skip_locked_equivalent_for_ms_sql/ https://learn.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql-table?view=sql-server-ver16

## Summary ``` Error executing vim.schedule lua callback: UnhandledPromiseRejection with the reason: RPC[Error] code_name = InternalError, message = "Request textDocument/foldingRange failed with message: Cannot read properties of undefine d (reading...

bug

Have you looked at using `performance.now()` instead of `Date.now()`? http://updates.html5rocks.com/2012/08/When-milliseconds-are-not-enough-performance-now https://developer.mozilla.org/en-US/docs/Web/API/Performance.now

enhancement