-
This document describes a set of core Unison functions for expressing fault-tolerant multi-node systems, including systems that must be dynamically updated and redeployed without downtime. You can jum…
-
### Definitions:
- **Eager Notification**: sending notifications to the observer before the call to `subscribe` has completed.
- **Eager Observable**: an observable that sends notifications to obs…
-
What do you think of having a (possibly experimental) Scala.JS build of FS2?
With Node optimization, rough ball-park speed reduction seems around 20x compared with running on the JVM :) But it does w…
-
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…
-
I split this out from the original discussion.
```
P1 |P2 proc (Unsupported on Windows)
-----+-----+-----+-----
T1 |T2 |T3 |T4 thread (Windows…
-
https://gist.github.com/abdullin/3e3fd199674255e4d206
-
In preparation for the next community sprint, we'll be overhauling the middleware services to utilize PHP. While we're at it, we're reconsidering the API design in general, and are attempting to move…
-
There are a few cases where it would be useful to pass context around a sequence of seneca actions.
1. You have a `seneca-web`-initiated request with some session context, like a transaction ID or use…
-
1.微服务与docker
https://github.com/shouldbee/docker-html2pdf
https://github.com/codescrum/microservice-tests-01
https://github.com/boonen/microservices-demo
https://github.com/mboeh/oignon-exp
https://g…
-
- [x] Protocol request and response types.
- [x] Stateful transports (e.g. `WebSocket`s, node `Duplex` streams).
- [x] Stateless transports.
- [x] IDL (probably only in node).