-
```
It would be useful if states were recorded as timeseries, and the rule language
made it simple to evaluate expressions that used those timeseries.
Specifically, I want a simple way to express r…
-
Is it possible to use a variable as index in the jq commands?
I'm trying something like
```
jq '... test[$variable] ...'
```
And its giving me " error: variable is not defined"
-
Using an explicit prefix, via a string macro, has two advantages:
- String macros don't require escaping. With plain strings, it will be awkward to document usage or code examples that involve `$` o…
-
One of the issues with Grid.jl was that it's hard to specify what type the interpolation object should return - Interpolations.jl should be able to do better if we want it to be easily usable with any…
-
[vim-elixir](https://github.com/elixir-lang/vim-elixir) highlights Elixir atoms (module names like `List` or `Plug.Conn`). emacs-elixir not highlighting them is the result of a design choice or of a k…
-
An AttrNode is composed of a `name` and a `value`. The `value` can be either a string primitive or a `MustacheNode`. Here is a summary of the different cases today (the MustacheNodes are written as th…
-
Hi,
Can anyone advise how we can get a logstash conf file to read from an system set environment variable.
I have tried several options but nothing seems to work.
I have added below what I have cur…
-
### Quick Reference of Latest Syntax
> Last updated: Sep. 11th - 1.0.0-alpha.4
``` html
```
### Context
Currently we have several types of bind…
-
Handling `(get/set)index(::AType, ::FloatingPoint....)` is inconsistently implemented for `AbstractArray` subtypes in base and in user defined types for many packages. Should we expect this case be h…
-
example.scss
```
// Keyframe animations
@mixin keyframes($animation-name) {
@-webkit-keyframes $animation-name {
@content;
}
@-moz-keyframes $animation-name {
@content;
}
@keyframes…