Mike Subelsky

Results 9 issues of Mike Subelsky

I always assume the error is on my part, but it looks like there's some kind of bug in the error handling code for API. I get `TypeError: no implicit...

Thanks for making this gem, it's super handy! I recently ran into an issue with this line: https://github.com/nambrot/ar-find-in-batches-with-order/blob/c9639498342ee09d45e5d893b6508ecb4cb1f396/lib/ar-find-in-batches-with-order.rb#L16 we have some code that uses raw SQL and so `.orders` returns...

I'd like us to have proper documentation for each method in `Dim::Container`. My preferred documentation system is [YARD](http://yardoc.org/) but I'm open to suggestions! What I'm expecting is something like adding...

`Dim::Container#register_env` is missing a feature that `#register` has, the ability to provide a block for default values. Right now you can do this: ```ruby container.register(:aws_access_key_id) do # some code that...

We need to get the `dim` project using modern practices, starting with continuous integration using whichever service the author is most comfortable with.

I believe this is the source of jmxquery: http://code.google.com/p/jmxquery/

In my app, when the user takes multiple photos in rapid succession, the following error is triggered in line 46 of [`AespaCoreCamera.capture`](https://github.com/enebin/Aespa/blob/66a9face7d4ab96f184650b0e006bcd8bce8f4c2/Sources/Aespa/Core/AespaCoreCamera.swift#L46): `Thread 1: Fatal error: SWIFT TASK CONTINUATION MISUSE:...

Filing this to see if anyone else is working on updating the library to use `AVCaptureDeviceRotationCoordinator`...if not, I'll take a crack at it! I want to ready for iOS 18...