Results 26 issues of Tony Amoyal

I often get these errors when running my worker. Everything still works fine but these sporadically show up. Any idea where they would come from? ``` 2018/08/16 17:35:41 Unsolicited response...

I got a syntax error, assuming that AR didn't know how to serialize the hash into an hstore query part and saw a few posts saying I needed to add...

I get this error when trying to compute a 16x9 blurhash: "blurhash: must have between 1 and 9 components" But I can enter 16x9 here - https://blurha.sh/ So I'm curious...

It might be worth noting in the README that the tests rely on memcached. For example: ``` ## Testing You must install and start memcached before running the test suite...

I almost implemented this but found a quick way around it so wanted to get thoughts on the reasoning here. Let's say you have an instance method you want to...

I receive an error from `AVAudioSession` (iOS) when using the `AudioCache` class in a fairly simple scenario. **Full Description** When playing a file using the `AudioCache`, I consistently see this...

bug

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

I would like to implement a some shared functionality across models. For example, a method that looks for one result but does not error if the one result is not...

I'm trying to upload a file using Just but getting a 500 from my server which I want to debug. I'm able to see the status code and the request...

### What version of `go-chrome` are you using (tag, hash, etc.)? https://github.com/mkenney/go-chrome/commit/32dfd32adebd432dcad593ca36d63943115a8b98 ### Issue I understand how to get the DOM as an object but using a similar methodology to...

question