Alex Sharp

Results 61 comments of Alex Sharp

My fault, it seems this functionality is provided by the embedded `Multimap` library. Still, this functionality throws an error for me. Maybe mailgun changed their API signature?

I haven't updated or maintained this repo in a long time. I've updated the list of ruby versions travis looks for, but there are also problems with `spec_helper.rb` because it's...

I've felt this pain as well. There are a number of scenarios where you need to be able to reliably hook into whether you're in a forked spring process or...

Seems to work fine for me. Here's a simplified watchr file we use: ``` ruby def run(file) if File.exist?(file) puts("Running #{file}") system("rspec #{file}") else $stderr.puts "Could not find #{file}" end...

> So, rspec breaks out into debug as you would expect in the watchr terminal? Yep. > What does 'set it up right' entail? I just mean to make sure...

Big +1. I may take a crack at this this week.

I'm using twiml_template 2.0. `Twilo::TwiML::Response` doesn't exist in the twilio-ruby 5 and up.

Came across this and figured I'd give a bit of feedback based on my experience working with whisper and transcription stuff over the last year-ish. First, thanks for doing this...

Would also be great if langchain's logger was compatible with the rails logger. Currently trying to assign the rails logger to the langchain logger throws an error: NoMethodError: undefined method...