Devon Estes

Results 28 comments of Devon Estes

@coryodaniel Yeah, I realized while I was implementing the solution I came up with that interpolation wouldn't work. I opened up #24 with a solution that's working for us in...

Yes, we do have a fixed number of schemas, which is why #24 works for us. That PR most likely won't work for a multi-tenant app since (in my experience)...

Yeah, we're using that fork for now, so no worries about blocking. Window functions might work here - good thinking!

Funny enough, when I think of two lists as "equal," I always think of the contents and not the order, which is why I think this bug comes up so...

@beardedeagle This is what I use for pulling docs into Zeal, but it's specific to ExDoc at the moment: https://github.com/devonestes/ex_doc_zeal

So I have a little update on this. While implementing this yesterday, I actually found that I liked doing something a little different than `send_after` better since I could go...

Hey @arjan! So, yeah, it isn't super difficult to implement, but there is some complexity involved with keeping these timer processes alive in the event of topology changes. Here's the...

Yeah, I could publish it as a library, but I probably won’t. It’s quite small, and it only works as an extension to swarm. I guess if folks are curious...

This seems like something that could work with the proper support for using property testing generators with Benchee. For any input that has a size we could generate inputs of...

Here's the backtrace info: ``` $ lldb /opt/lumen/bin/lumen -- compile -v ./init.erl (lldb) target create "/opt/lumen/bin/lumen" Current executable set to '/opt/lumen/bin/lumen' (x86_64). (lldb) settings set -- target.run-args "compile" "-v" "./init.erl"...