Bartosz Sypytkowski
Bartosz Sypytkowski
As mentioned in docs, reminders doesn't play well in sub-second intervals due to their persistent nature. In practice the default interval precision is set to 10 seconds, which means, that...
List of various examples can be found [here](https://www.freeformatter.com/cron-expression-generator-quartz.html#cronexpressionexamples). This would probably need to have a more specialized version of `Schedule` message that accepts cron expressions instead of date/interval pairs. [Cron...
There are several ideas I have on potential changes concerning current API, some of them are breaking changes: 1. Move away from returning effects. I still need to evaluate on...
The idea is to create a separate interface `IRepliable { replyTo: ICanTell }` which would be implemented by messages that are expected to wait for response from actor processing the...
Since framework looks pretty mature right now I think we should focus on the most serious goals. Maybe it should be rewritten using vanila javascript, renamed to **nothing.js** and eventually...
Original JVM PR: https://github.com/akka/akka/pull/22264 This is a new implementation of traversal oriented materializer. Docs for it are still missing, but from what I've understood, it's optimized to reduce time necessary...
As it looks that System.IO.Pipelines will soon reach .NET corefx repository, we could take a look at it and check if we could use for our remote layer. Quick recap:...
In order to make full release of DData, we need some performance measurements for things like: - How many `Get` requests/sec are we able to execute in cluster of different...
I'm writing here, since I don't have a place to ask a question. I'm trying to use Hopac within a library in hope to get some performance boost over existing...
I've tried to build a custom extension with a function that could take a name of an index or column as a parameter and do some work on it. After...