Matthew Conlen

Results 109 comments of Matthew Conlen
trafficstars

Maybe something like this is a workaround ```jsx return server { const serverTestElement = document.getElementById("server-test"); serverTestElement.textContent = "client"; })()` }} /> ```

Oh cool! I wonder if we could use https://rawgit.com/ for this?

Yeah, that sounds good if you don't mind reaching out to them. +1 for having a config for the URL, I was planning on adding that at some point anyways.

Hey @james-peel, The way that the library works internally is to expand the matching globs inline, i.e. ``` @import "config/_vars.scss"; @import 'config/_mixins'; @import 'config/_placeholders'; // main skeleton @import 'site/_main'; //...

Thanks for pointing that out @rsemenov100 - i hadn't considered the issue with meta key for windows users. It may make sense to expose the modifier keys as options to...

Could you post your `/scss` directory structure & bulk import calls?

Seems to be related to https://github.com/PyYoshi/cChardet/issues/40

FWIW I'm able to get `warcit` working by cloning a local copy and modifying it to remove all references to `cchardet`. I don't have a good sense of what that...

I think we had this for the state-level but not county. ```r ## Get total cases today, find the date that was half of that today = ((nyt_state_cases %>% arrange(desc(date)))[1,...