-
-
``` sh
$ ./commandline.lua -i "\t" luarocks/luaformatter-0.1.0-2.rockspec …
-
I chose soft tabs in the settings and after I use a snippet with muliple tabulation, the first tab are space and the others are tabulations.
![capture decran 2014-03-05 a 13 58 43](https://f.cloud.git…
-
/cc @echauty
Je pense que j'ai trouvé un bug à la création des actifs.
Si on essaye d'importer le fichier [asset6.txt](https://github.com/pchaigno/ProjetVaR/blob/retrieves/CSV_examples/asset6.txt) en…
-
Il existe de nombreuses règles implicites sur la façon de coder. Fatalement, arrive le cas où il faut uniformiser les travaux. Je suggère la création d'une page de wiki détaillant les exigences de Lee…
-
SLiveLabels support newline (\n) with @n - could you also please make it support at least tab (\t) with @t ? Could be used for spacing/pseudo-columns in the live output.
-
It would be nice having the option to interpret \n in multiline tables. For now as far as I know \n is ignored and "table.split.cells" is fully in charge. Just throwing that idea out there, but maybe …
-
Following latest [FIG Guidelines](http://www.php-fig.org/psr/), some [Coding Standards](https://github.com/YOURLS/YOURLS/wiki/Coding-Standards) may be reviewed.
Also, begin a detachment of WordPress …
-
Bon dans l'ensemble, j'aime bien.
Par contre, parce que tout n'allait pas être aussi simple, je trouve les intitulés des tabulations non-actives peu lisibles.
De même les fonds gris sur les champs ar…
scux updated
11 years ago
-
- How about renaming `range` to `spread`. I would expect `range(x)` to give `(minimum(x), maximum(x))` but it gives `maximum(x)-minimum(x)` instead.
- Since `minmax(x)` doesn't compute `(min(x),max(x)…