Marc Bowes
Marc Bowes
My recommendation is to not have 2 ways (either by-env or top-level) ways of doing it, plus clear guidance when the user gets it wrong, rather than making them read/understand...
Probably not - we should probably implement the usual `--` method of signifying a separation between arguments to DK and arguments to the daemon-to-be-run.
Should we just merge this as is? I'm inclined.
I had a quick read through the ticket and stack trace. It sounds like the version of AMQP you're using is trying to take a lock on a mutex while...
All we do in the trap block is to tell AMQP to shutdown. This calls `EM.next_tick`. You can see this here: https://github.com/ruby-amqp/amqp/blob/master/lib/amqp.rb#L81. This is going to take a lock to...
I wrote a test using ReplayingConnection (near identical to the transcribe-streaming one) and the error doesn't show up there. However, my test fails because .. ``` thread 'test_success' panicked at...
Here is a more complete diff of what I currently have: ``` modified mu4e/mu4e-utils.el @@ -839,8 +839,15 @@ Checks whether the server process is live." ;; (defvar mu4e~update-timer nil "The...
> The strangest part of this is that I am able to successfully go to definition and find decompiled versions of several of the classes which are failing to be...
@yyoncho sorry if I misunderstood the issue My story is: I ran `gradle init`, added a dependency off maven and then tried to instantiate it in App.java (the one generated...
Restart - yep, correct root - yep! Like I said, it's super weird that it can do the auto-import and also show documentation and also go to definition.. but then...