-
- elm-reactor は手動で F5 しないと更新されないっぽいです
- シンタックスハイライトされないのは GitHub のトラブルかも
- スタイルはインラインで書いてますが、普通に CSS も使えます(演習の範囲外)
-
I am home rolling a frontend and deeply enjoying the flexibility offered by seed. I have essentially built a half-isolated component structure with a global Msg (views branch down with parts of the mo…
sidju updated
2 years ago
-
George, please review the files in the following order (it's perfectly okay if you don't finish everything):
1. core.py
2. partition.py
3. k_shape.py
4. skew_partition.py
5. root_idea…
-
Hi Simone,
as discussed it would be wonderful if you could create a modified version of your add-on that can help Anki users sort their cards in the order they need. This will help them:
- Previ…
-
The ["PETE" stack](https://github.com/dwyl/technology-stack) is using some languages/framework that evolve rapidly (ex: elm 0.18 to 0.19 recently, see also the list of the release versions for Phoenix…
-
{{$select.selected.name}}
…
-
Hi,
I'm try to using the FTP library as in the branch _modifyFTPServer_ but, after enabling the flag `F_FILESYSTEM` some errors appears. I've solved the errors due to the function `atoi` and some err…
-
Hi
I am using elm-ui-widgets and generally find it awesome and very useful, so thank you!
I am currently trying to change the default pallette to something custom, but colors do not seem to be r…
-
The following:
``` elm
f x = x
g y = y
b = f == g
```
gives me a runtime error "Equality error: general function equality is undecidable, and therefore, unsupported" when run on http://elm-lang.org/…
zoren updated
6 years ago
-
I am using locomotive-scroll js for only scrolling effect.
For some sections, I want to use appear.js option.
`if ($('.bar-line-active').length) {
$('.bar-line-active').appear(function () {
…