Abel Cheung
Abel Cheung
Hi, I have added tsuyoshicho/test-action-mypy#2, but needs your approval to run CI. For the initial sample error above, `mypy` can probably hide the `note:` lines without `--show-error-context`, therefore this time...
As an example, following image shows the behavior I want to see -- multiple lines which are related to the same error can be grouped together. 
Ouch, you're right, it is not easy to handle mypy error in its current state. It is fine to put the idea on hold until mypy has done something to...
@tsuyoshicho OK it's done.
Asking for comment before CSS changes finalise. CSS related settings would be split across `layout.common-css`, `layout.css` and `page.css`. Turns out it's not quite possible to unify into single variable name,...
@VincentTam Wish to ask, would you mind if I move Staticman related CSS and JS around, so they become more integrated into the reorganisation idea above? I'm working on CSS...
> That's why I wanted there to be a `common-css` field, so that a user can create their own version of main.css that'll be included everywhere. Was there another question...
@VincentTam What you want is possible as @daattali has noted. Actually my plan is to convert `staticman-script.html` into a proper .js file instead of script inlining inside HTML, in order...
@VincentTam That's great, then I'll take care of other javascripts first for now. @daattali Luckily, not yet. Just that I want to be foolproof and deal with foreseeable problem as...
@daattali Put it simply, it's config variable combining (as you have stated), plus forcefully moving `main.css` to end of queue. Will submit a PR during weekend for your inspection.