Christopher J. Bottaro

Results 53 comments of Christopher J. Bottaro

I can't think of a way to provide this functionality without ditching support for calling class methods in roles that define instance methods... =/ The general approach I took was...

I tried to solve the aforementioned problem by determining which methods are defined for both `user` and `role_object` and then removing them from `role_object` so that method_missing would try to...

Hi @tombh. I was not aware that the `FAIL` command could return "Job not found"; there is not much documentation on the Faktory protocol: https://github.com/contribsys/faktory/wiki/Worker-Lifecycle#report-result . So I thought there...

Awesome, thank you!

@tombh Can you try out the `fail-and-ack-errors` branch? It's kind of hard to test this since Elixir's mocking and stubbing isn't as loose as some other languages. The current test...

> Sure! I've got a queue of 1.9 million jobs, I'll get your branch deployed and leave it running all day. Wow, that's a lot of jobs. > And why...

Any update on this?

Definitely not resolved yet, it takes us like 20 seconds to load each constant. Stack trace is always in this code: ``` 0: /Users/cjbottaro/.gem/ruby/2.3.3/gems/activesupport-5.1.6/lib/active_support/core_ext/regexp.rb:7:in `match?' 1: /Users/cjbottaro/.gem/ruby/2.3.3/gems/activerecord-5.1.6/lib/active_record/dynamic_matchers.rb:33:in `block in match'...

Same as @sontek , I don't have a src dir in my asdf installed `rustc --print sysroot`. This causes my VS Code extension `rust-analyzer` to spit out errors.

I switched to https://github.com/code-lever/asdf-rust and it works perfectly. Which is frustrating because "asdf-community" sounds more official.