-
documentation.js uses Markdown. rustdoc started markdown, switched, switched back to markdown.
- Markdown is super popular
- But we want to differentiate links that are meant to inter-link documen…
-
## Problem
Parsing text is an extremely common task, and therefore it would be very nice to have a convenient syntax for creating little parsers from a grammar.
## Rant
The traditional thing that pr…
-
**Steps to reproduce:**
1. Have a program that tracks memory usage open. (ex. Task Manager)
2. Open the game and go to Custom Game.
3. Select a map (usually larger maps to see the bigger effect)
…
-
Following a [twitter discussion](https://twitter.com/tabatkins/status/958081049560473600), I think digit separators should consider the C++ history and not necessarily repeat it because it was contend…
-
This follows from discussion in #1062 and discussion with @bugarela and @thpani in person.
Currently, type variables must be lower case and type constants must be upper case, but otherwise we allow…
-
Hello:
I use tornado template in my website, and I need to take i18n to my website. This is a sample HTML template in my application
{{ _("Page Not Found") }}
{{ _('You requ…
-
## Question
Where in the CHANGELOG.md.j2 template is the formatting for Conflicts? I've looked but can't find it. Conflicts seem to not match the formatting so well and I'd like to change it for my p…
-
It would be great to be able to parametrize rules with variables ;
```
string
= '\"' parse_contents '\"' ->
/ '\'' parse_contents('\'') '\'' ->
/ '+' parse_contents('+') '+' -> /* sure why n…
-
As discussed in #236, the current left-head principle in coordination structure makes a lot of confusion in head-final language such as Japanese and Turkish, and actually there are lot of inconsistenc…
-
For example, functions which expects 5 arguments, all of which are `t` can get very confusing with calls like `(foo t nil t nil t)`. It is not obvious what to do.
Recently I've been naming such argum…
Fuco1 updated
6 years ago