-
## Problem
To handle the `put` effect (i.e. when a saga does `yield put(action)`) we actually have 2 possibilities
#### 1. Execute the dispatch synchronously (immediately)
``` javascript
runPutEffec…
-
I'm not sure if there's technical limitations to this, but it seems to me that safeApply seems a bit similar to what I'd expect a scheduler to do.
Thinking more in regular Rx terms, it'd be ideal, an…
-
why is it recommended to use --net=host and/or why is it said not to work with NAT?
I see Kubernetes just rolled out `DaemonSets` in 1.1 which is meant to deploy pods on specific nodes (or all nodes)…
-
This code is currently (taking about the 0.15 topic branch) legal and even idiomatic in CAF:
``` cpp
// send "Hello World!" to our buddy ...
self->request(buddy, "Hello World!").then(
// ... …
-
We want to be able to do complex animations, beyond simple CSS transitions:
- CSSKeyframe animations (fixed time)
- Gesture, mouse and scroll-based animations (dynamic time) (example http://lab.hakim.…
-
Hello I installed Jasper on my Pi B but I have a problem with the response!
I use the At&t STT because all other systems worked not so good. Or only work with 50 request per day. I change the name of…
-
Hi,
is it possible that Catch prevents MacOS to go to sleep automatically after idle time?
running "pmset -g assertions" in terminal.app I get:
```
Assertion status system-wide:
BackgroundTask …
-
Continued from #1518 and #3024, and also relates to #1624.
Since there will necessarily be a higher barrier to entry for new objects, we should make replication controller composable (e.g., with auto…
-
In [this CI failure](https://s3.amazonaws.com/flynn-ci-logs/20150306025250-28bb2051-build-4dd2c56c89579d626cef5f0d0eca70f3e1530877-2015-03-06-03-03-58.txt), the leader scheduler (job ID `dbba4d53-ef7c…
lmars updated
9 years ago
-
The umbrella issue for kubelet's scalability: #12540
Kubelet manages and monitors all user pods on a node to ensure their container states meet the desired pod specifications. Every pod and/or contai…