-
.. in other words, there exist multiple atom inputs that resolve to the same `@p` output.
For example:
```
> `@p`3.108.299.008
~morlyd-mogmev
> `@p`479.733.505
~morlyd-mogmev
```
@bencal…
-
### Relevant telegraf.conf:
```
# Telegraf Configuration
#
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.
#
# Plu…
-
I would like to add ipfs support to a tool that expects a URL-format specification. Hypothetically, let's say I wanted to add ipfs suport to `curl`. I would need a `scheme:data` format specification…
-
Perhaps the most glaring performance issue in our current simulation pipelines is the significant degradation of performance as we add multiple RGB-D cameras (still via dev/SceneGraph).
Opening thi…
-
This is the tracking issue for RFC 2394 (rust-lang/rfcs#2394), which adds async and await syntax to the language.
I will be spearheading the implementation work of this RFC, but would appreciate me…
-
My understanding is that CockroachDB is currently using Shadow paging for transaction.
Postgresql have a feature called Logical Decoding http://www.postgresql.org/docs/9.4/static/logicaldecoding.html …
-
Isn’t a FunctionSpace (almost by definition) just a Space with evaluation defined (that respects the linearity of the space)?
It almost feels like `Fun` is misnomer, as the space could be something…
-
Clarify the behavior of `Q₁ + Q₂` or `Q * n` (with _n_ a unitless number) when the unit of measurement of `Q`, `Q₁` or `Q₂` is "shifted". Example of shifted units are:
* Temperature in Celsius, with …
-
Now in node we have callback or EventEmitter model to deal with async calls by default. But in my opinion it is better if every async function returns a native Promise (from new version of V8).
It do…
rdner updated
5 years ago
-
`eltype` should be reserved for the iterator interface: otherwise you get the following inconsistency:
```julia
julia> Set(1)
Set([1])
julia> Set(interval(0,1))
ERROR: MethodError: no method ma…