-
`T` stands for [Tritium](http://en.wikipedia.org/wiki/Tritium) - a radioactive isotope of hydrogen.
[The Wikipedia's Dictionary](http://en.wikipedia.org/wiki/Dictionary_of_chemical_formulas) contains …
-
When I run this, it gives an error...
```
$a = "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a" + "a…
-
I'm probably not gonna' re-implement the adjacent literal string concatenation feature that's currently in Tritium because no one really used it. But since we'll have infix concatenation, it would be …
-
```
%search_link = "http://search.pontofrio.com.br/search?w=" {
rewrite("link")
}
```
Throws the following error:
```
Nov.19.11.02-aI : Error: Invalid instruction. Should have stopped before linki…
-
"The vim syntax highlighter for tritium seems broken w/r/t indentation
sometimes opening a new line indents or dedents the current line"
-
Possible causes:
- Inventory concurrency issue - likely, as it happens sporadically
- Bug in new chunk provider - not likely, as the issue can occur without reloading the chunk.
-
Hello,
it seems that I found an annoying bug. I have a big reactor in my world (9x9x9 cube) and when I start Minecraft and load the world, the world loads, start rendering and crash after couple of s…
-
Seems to be going out of order...
```
xml() {
$("./root") {
attributes(http-equiv: "hi", superdude: "you", keep_spaces: " ")
}
}
```
Comes out as...
```
```
-
let users write stuff like `attribute("mw_" + fetch("../span/@class") + index())`
-
A new grammar production along the lines of:
TYPE '(' expression ')'
should do it.