Svensk lokalisering i vega-lite för tidsformat etc
cfg : List LabelledSpec -> ( VLProperty, Spec )
cfg =
configure
<< configuration
(coLocale
[ loDecimal ","
, loGrouping 3| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
| "width": 700, | |
| "data": { | |
| "sequence": { | |
| "start": -11000000, | |
| "stop": 10000000, | |
| "step": 100000, | |
| "as": "time" | |
| } |
Svensk lokalisering i vega-lite för tidsformat etc
cfg : List LabelledSpec -> ( VLProperty, Spec )
cfg =
configure
<< configuration
(coLocale
[ loDecimal ","
, loGrouping 3| use usage::Usage; | |
| struct Author; | |
| struct CanonicalAuthor; | |
| struct Title; | |
| type AuthorId = Usage<Author, i32>; | |
| type CanonicalAuthorId = Usage<CanonicalAuthor, i32>; | |
| type TitleId = Usage<Title, i32>; |
| sudo pacman -S npm | |
| sudo npm install --unsafe-perm -g elm elm-test elm-oracle elm-format | |
| sudo ln -s /usr/lib/libtinfo.so /usr/lib/libtinfo.so.5 | |
| # Add this to your .vimrc if you use Vim with Vundle: | |
| Plugin 'ElmCast/elm-vim' |