Ceyhun Can Ulker
Ceyhun Can Ulker
Yes I have seen that, well, it explains pretty much how to use it. I also understand that there are many nice examples that help developers grasp how things work,...
Hi, although this is no longer being required for our case, as we opted out of using batched messages, here is our previous code that we used as a workaround....
Dropping and recreating the client also ensures that the messages are actually acknowledged.
> @aeroith Nope, I get an "Access denied" email when trying to email a signed PDF to `[email protected]`. Is there any other address I can send CLA to? hey @chajath...
I followed the code and found that `pprint` dependency is actually the culprit here. The implicit instance of `TPrint` for type `(Int => Option[Int]) => Int` is rendering incorrectly: ```scala...
Maybe we can keep this open until https://github.com/lihaoyi/PPrint/issues/44 is resolved, because it directly affects experience with Ammonite-REPL as well and also we'd need to upgrade to fixed pprint version in...
Pull request for resolution available: https://github.com/lihaoyi/PPrint/pull/45