Mikito Takada

Results 41 comments of Mikito Takada

ahh that could be reworded - I was mainly thinking about two absolute positioned boxes overlapping each other based on the stacking context

You are technically correct - the best kind of correct :+1: I slightly simplified here with the assumption that when explicit pixel values are used, the user has correctly specified...

Yeah, it's left a bit unexplained - if I we're rewriting the book today, I'd bring this particular section on the kinds of "strong" consistency models to be more in...

I'd be happy to accept a PR for this!

this is interesting - it might be possible to write a tool that inlines everything given a set of HTML files which could then be run on the generate-md output

actually, looks like substack already wrote that - perhaps you could try running this: https://www.npmjs.com/package/html-inline If it works well, I'd be happy to add a section into the readme with...

ahh good point, the intent is that the directories in `--input` and `--output` are different - e.g. rendering a git repo to a folder that will then be pushed to...

yeah I've been thinking about this as something for v4.0 - a new primitive that lets you select files. It might be just like glob based or something. right now...

interesting idea, but for now the expected behavior is that the handlebars tags are only applied in the HTML files. you could do this in a fork by changing the...

hmm looks like Ghost is also using Handlebars 4 (via express-hbs) so upgrading hbs seems like a decent first step https://themes.ghost.org/docs/changelog seems to list the recent changes - I last...