Robin Gruenke
Robin Gruenke
Hi Evan, I am a developer by myself, but I also have a creative/art background... I wanted to create dynamic illustrations with this library , where I could concentrate on...
Okay I got It fixed, moving the `@todo to the very front` but the issue descriptions lacks the puzzle content: https://github.com/eimfach/elm-csv-batch-tagger-app/issues/1
It seems like that it does only recognize the very first line of the comment, where the `@todo` is stated...
Hm yes, I see. So in general it is not easy for me what happens under the hood... do you generate the html with the elm runtime running in node.js...
I am also interested, as someone who could help out ... My elm experience: https://github.com/eimfach/elm-csv-batch-tagger-app
So do the available coins dynamically change in this case, as they change on their market capacity ? What would happen if I add a token from position 249 and...
I highly recommend this talk about working with Maybes: https://youtu.be/43eM4kNbb6c You could use Maybe.andThen, Maybe.map and Maybe.withDefault
ah I see, okay thanks, will try that
Okay it writes the html file now and I changed target to `target: 'index-critical.html'`. But it does not create a inline css style tag in the header where the critical...