Kevin Quick
Kevin Quick
Configurability has been added and merged and will be released soon. I'd like to leave this open to think more about the issues raised by @gbanasiak above.
Hi Anastasia, Thanks for the info, that's very helpful. I am not sure if the Markdown would be more helpful or not. I have the following observations/concerns: * The JSON...
And as an example, for my use of `Parser (Diagnose Text) Text`, I have: ``` instance HasHints (Diagnose Text) Text where hints = const mempty mkReports _ pos = reportsOf...
Thanks for passing along this information. I think this value could be increased without ill effect to normal functionality, although it sounds like this could made configurable as well. I'll...
This may be due to some Windows firewall or virus protection. You might check those settings, or try a different port (those above 16384 are commonly used for users). On...
Thespian 4.0.0 is release, please give it a try and let me know if that resolves this issue.
Thanks for the report, Mark. I checked the page you linked from both Firefox and Chromium and it looks OK to me. Are you still seeing the strange rendering? If...
I had intentionally not provided the ability to pass arguments to Actor constructors due to several concerns about supporting this. I'll provide an overview of the concerns here preparatory to...
Is it possible that you had an ActorSystem loaded with an older version of whichever Actor was generating the message (as a dict and not an `Alert`)? Or are your...