-
otherwise we cannot do:
```js
a = new Swim({ port: 0 })
a.on('up', function () {
b = new Swim({ port: 0, hosts: [a.me] })
})
```
-
Hi all,
I've been using a simple word to output a calibrated PWM value to set the power supply to a given voltage. The combination of that and a blocking MS function (based on the BG task) covers …
-
Rust currently only includes synchronous IO in the standard library. Should we also have async IO as well, or leave that to an external crate? What would the design look like?
Moved from https://gith…
-
When I type something I get this error.
```[21:50:23 INFO]: t
[21:50:23] [Wrapper.py/ERROR]: Plugin 'Web'
experienced an exception calling 'player.message':
'bool' object has no attribute 'user…
-
May I know what is the number of serf nodes for the notifyevent [1]? In other words, what is the number of gossip nodes for such notifyevent or will this broadcast to all members?
I am asking this be…
-
(I did comment my scenario here at #352 but I think it might not been reviewed, because I didn't aware the ticket was closed at that time)
Problem Description:
1. consul member stays behind an NAT (u…
-
Using the repology.org's API, I've generated a list of possible updates that can be made to the nix packages. It lists the current nixpkgs_unstable version on the left of the arrow and the version tha…
-
@paolochiodi @dgonzalez
Thanks for assembling this demo. I have been trying to get this basic demo working in a 1.5.2 cluster on GKE, ahead of trying to replicate it for my own app, but without suc…
-
I'm wondering if you think it's possible to get this running on the ST-LINK that comes with the stm8s-discovery. http://st.com/stm8s-discovery The ST-LINK usb programmer for the stm8s has a STM32F10…
-
When running multiple instances of an endpoint, multiple embedded timeout managers are running as well. This will cause timeouts to trigger on all of these at the same time, resulting in multiple mess…