Evan Lovely

Results 51 comments of Evan Lovely

https://github.com/pattern-lab/the-spec/issues/34

Several months ago I dug into this, started from scratch and built a MVP with React that works. No styles at all, but functional. Where should I commit this? A...

> maybe put it on a branch here and then we can go from there. Ok, sounds good. Might not happen for a couple weeks as I'm out for next...

I think the cacheBuster is all you need!

[This npm utility](https://github.com/jeremyfa/yaml.js) would be very helpful and we could use this command to convert: ``` json2yaml --recursive --save --depth 4 source/_patterns/ ``` Give special attention to patterns using the...

OK, that PR's been merged and we can now use `yml` instead of `yaml`! Let's use the shorter as that's what Drupal uses and also PL's own `config/config.yml`. Relevant PR:...

Thanks! Blockquote? On Jul 1, 2013, at 4:46 AM, drallgood [email protected] wrote: > I'll look into it. > > Any suggestions for how the notes should be displayed? (They could...

Thanks for getting this in @drallgood!

> This is super easy to trip into on a Typescript projects. > > Check your `tsconfig.json` and see if `"compilerOptions.strict": true` is set. That was what was happening to...