Richard Searle

Results 7 issues of Richard Searle

Akka provides a mechanism to [change](https://doc.akka.io/docs/akka/current/typed/from-classic.html#become) the current Behavior, but zio-actor does not. The persistence sample from Akka is unusual since it uses a conditional test rather than changing the...

The hostname lookup might use a remote DNS server.

I am looking at zio-nio and zio-json interactions and would like to avoid the need to populate data files. I created a mock Channel that is populated with a String....

The HashMap that implements channels is referenced from two actors. That problem could be resolved using a TrieMap or by folding the two actors into one.

Noticed warning from react when running in dev mode.

I created a generic editor component, where both the data and the settings are retrieved using Ajax. The standard React Ajax initialization pattern is used. The initial setting value was...

The readme.md only corresponds to the very first version. The current docker-compose.yml renamed monitor to frontend and only allows a single instance.