Zak West

Results 22 comments of Zak West

You can see the start and end of the weekend here https://api.ldjam.com/vx/node/get/{event_id}?pretty (e.g. https://api.ldjam.com/vx/node/get/139254?pretty) but you cannot get other dates from the api because they are hardcoded here https://github.com/ludumdare/ludumdare/blob/master/src/com/view/sidebar/sidebar.js#L17

There's a plugin for markdown-it (not our parser) that uses a syntax similar to code blocks for generic containers which could be used for alignment. i.e. ``` ::: left This...

There is also another plugin for markdown-it that is specifically for centering ``` ->This text would be right aligned->

Didn't i just fix that

Okay, #1438 probably fixed it. I think :face_vomiting: isn't an emoji btw.

So it was added to Unicode 10.0, we should update our emoji's https://www.emojione.com/blog/introducing-unicode-100

ldj.am/$234244, Post spam, Essay writing services https://ldjam.com/events/ludum-dare/48/$234356/essay-writing-service-thats-still-good

I'm guessing the solution is to not assume each update is one second here https://github.com/ludumdare/ludumdare/blob/master/src/com/clock-flip/flip.js#L42 . Or check that were displaying the correct time left every couple of mins.