Philip Weaver
Philip Weaver
Hello, can someone comment on whether this PR may be accepted or not? We have been using our patched version of this library in production for a while now and...
This looks related to https://github.com/abo-abo/avy/issues/194, where both are about changing the behavior of `avy-tree`. @jyp did you get anywhere with this?
Hello. My colleague and I were just trying out avy for the first time and found we wanted this exact functionality :).
I was able to reliably eliminate the error messages by waiting 1ms before terminating when the connection is closed: ``` override def onConnectionClosed(ev: Tcp.ConnectionClosed): Unit = { context.system.scheduler.scheduleOnce(1 millisecond) {...
Broken for me, too. This certificate problem has been reported many times for a while now, and nothing is being done. Others have just stopped using marmalade, and that seems...
I would imagine it breaks backwards compatibility, but it seems like a necessary change. I'll take a look if I get a chance and see what you did.
Oh, I see that you made it so that it doesn't return all that duplicate data in both the parents and the children. That's definitely an improvement. However, I was...
hmm, sure. it's been a long time since i messed with it, and i'm not sure if it works well anymore, particularly with latest versions of emacs.
Added ExprCase in b99e4b7ee8e313fcbd8be428d1379a1f4211c9ff. Still need to add support in GenVerilog and GenVHDL.