David Johnston

Results 81 comments of David Johnston

By upgrading the dependencies one at a time, I'm able to ascertain that it is the upgrade of 8.x.x to 10.x.x of remark-parse that causes the breaking issue. https://github.com/dwjohnston/remark-play/commit/8825694aef083dd544e9a1387045e510aa86644f

I'm having a little bit of trouble reading the remark change log, but for remark-parse 9 and 10: https://github.com/remarkjs/remark/releases/tag/remark-parse%409.0.0 refers to major release 13 of remark: https://github.com/remarkjs/remark/releases/tag/13.0.0 And remark-parse 10...

Some related issues: https://github.com/remarkjs/remark/issues/499 ~~https://github.com/remarkjs/remark/issues/357~~ Issue from before remark@13 ~~https://github.com/remarkjs/remark/issues/453~~ Issue from before remark@13 Is it that blockTokenizers hasn't been removed, but that another plugin removes it?

Related issue here: https://github.com/zestedesavoir/zmarkdown/issues/416

@StaloneLab No worries, thanks for replying. For anyone who needs it, my current workaround is to convert the grid table into a gfm style table. ``` function transformGridTableToGfmFn(input) { //...

I'll see if I can work it out and submit a PR for documentation.

Well, what I was thinking was that you would/might need to then go on and define interfaces for all the things. But perhaps that isn't the case.

Not sure if this is way out of scope of what you're asking, but basically I'm wanting a fully featured out of the box PWA with: - Authentication - Protected...

What's your deployment/hosting philosophy? I'm currently playing around with Kubernetes and container based microservices - but I'm finding it's probably way too complicated compared to something like Heroku.

> I am kinda stuck with how to deploy the app I have built on top this. :( > I am trying with firebase hosting. > Any suggestion? I build...