-
I wanna hear your thoughts before I start implementing some script shorthands so we can all agree on the syntax first.
- - -
### array shorthand methods
* `.@var = {1, 2, 3, 4, 5};`
* sho…
-
## Feature Request
### Motivation
`anyhow` provides a formatting of the whole error chain through the alternate selector `{:#}`: https://docs.rs/anyhow/1.0.38/anyhow/struct.Error.html#display-re…
-
Right off the bat I'm going to say that I have no idea whether you've got a clear plan for them and I'm fully aware, that what I'm about to say may sound like a ton of work to implement, and it probab…
-
### 1. Current Behavior
#### 1.1. Description
When you have 4-piece T9 equipped and you apply dots on DRW the blood plague doesn't crit at all for DRW.
#### 1.2. How to Reproduce
{De…
-
The enrichment of raw indexes is following a set of formulas. Right now the formulas are embedded in code.
The idea I want to discuss is to make the formulas dynamic and customizable by the user of…
-
I have created a panel to showcase average files and lines of code changed by commit (total and evolution over time) Thanks to new gauges visualizations in Kibiter 6.x and Timeline, I've put some thre…
-
Using black slashes to access items starting from the tail of a series.
```
>> f: [1 2 3]
>> f\1
3
>> f\3
1
```
```
>> f\1 : f\1 + 1
>> f
[1 2 4]
```
```
>> f: [a: 1 a: 2]
>> f\a
…
-
https://elixir-lang.org/getting-started/introduction.html
![image](https://user-images.githubusercontent.com/194400/29112537-1583d6e4-7ce6-11e7-9bc4-de527778f274.png)
https://elixir-lang.org/getti…
-
# Synopsis
## The Problem
In a nutshell, if there's a function whose type includes a `forall` quantified type variable `a` (for example) and `a!` appears in the type signature, then it's very like…
-
This issue tracks user-authored key-value metadata in Subtext.
## Background
Key-value metadata is a generally useful primitive (see [If headers did not exist it would be necessary to invent the…