Conversation
|
Started with |
|
Have put in PRs for |
|
Just a note on the upgrade: There are a few places where we need to interop with JS now. So look into actually using TypeScript here instead to keep the system as coupled as possible: https://github.com/dillonkearns/talks/tree/master/types-without-borders |
|
The markdown portion was one of the stickiest places (along with KaTeX inclusion). It's possible that the work on elm-markup is stable enough now to use for this portion. A good writeup on the current version. |
Closes #95 once everything is sorted out.
Need a few packages to be updated:
Or we can drop some support / change our implementation. For example we already use a very old
elm-css, so we can dump that for the time being (and get #81 functioning later on).Additionally
elm-timeis now replaced by something new I think (update: elm/time).navigationI'm pretty sure we take next to nothing out of it etc. (update: navigation is now part ofelm/browser, which has some cool stuff in it)Additionally: viewport etc dropped, so the #70 stuff should be golden now.