nathvi
nathvi
Not sure if this is already possible, but I at least didn't see anything in the documentation. Something like... json_tree = #Json object here t = Tree(json_tree)
Suggesting refactoring OnReceive method to call a new TerminationConditionMet method to help improve readability of code.
In the first [tutorial](https://github.com/petabridge/akka-bootcamp/blob/master/src/Unit-1/lesson1/README.md), there are instructions: > Then you'll need to add the using namespace to the top of Program.cs: ```// in Program.cs using Akka.Actor; ``` However, this using...
Moving the FileObserver class definition so that way code that depends on it is created later (no red squiggles to deal with when reading/implementing the document is nice)
The NullInputError class is being sent in a situation when the input is **either** null or empty as seen in lesson 1, section 2. I suggest renaming it to NullOrEmptyInput...
Is there any sort of server shutdown message where the HangFire server processes its existing queue but stops accepting any new requests?
I'm using: Microsoft Visual Studio Community 2015 Version 14.0.25431.01 Update 3 Microsoft .NET Framework Version 4.7.03056 Installed Version: Community After copying the source code from Github and opening the sln...