Magnus Andersson
Magnus Andersson
Since I was the original author of the SSL setup code I have some comments. I agree that I missed the case where client authentication is optional, good catch! However...
I have actually implemented my own suggestions above. Right now I'm looking into the SSL tests which are still failing. Will do PR afterwards.
I do. :) Probably have to finish it during the weekend though. I have no idea why test would fail so I need to install cassandra or spin up something...
Yeah that would work. Not sure under what part it belongs in the library structure.
I managed to hack around it with ``` const l = instance.d3Force('link')! as ForceFn2 & { distance: (link: LinkObject) => number } l.distance(() => 50) ``` But that is very...
from the peanut gallery: perhaps `_INTERSECT` or `_OVERLAP` would be better naming candidate than `_NOT_DISJOINT`?
I have this problem as well. Shutdown is not handled correctly and then a new process is spawned but fails because it can't bind to the port that is taken....
You're correct. I found that my issue was better described in the other bug and that fix seems to have made the trick for my issue. Thank you.
For the record I can get by with `cassandra-journal.max-message-batch-size` but that means I have to guesstimate how many messages would fit within 50 KiB and when it changes I have...
@newffy I believe the messages are still split into smaller batches, but only if the number of messages go above `max-message-batch-size = 200` on a journal rountrip. Regardless, if you...