Matt Rogers

Results 79 comments of Matt Rogers

I don't think this should be a plugin.

Is schemastore not meant to be the authoritative version of the schema? I was pretty excited to see that PR merged there. I'm not sure what the guidelines are there.

I'd rather store the schema with the code so that we don't have to go multiple places to make things line up in the future should we change the configuration...

That's definitely a bug. In fact `serve` and `build` should behave the same except for `serve` starting a server. On Sun, Oct 1, 2017 at 5:39 AM Frank Taillandier wrote:...

Would you mind providing a bit more information about where your site source directory is located? It's not obvious from the error message in your report how this is an...

If the cache doesn't exist, we'll try to create it, but rather than continuing without cache if we can't create the cache, we just kill the program. That's not ideal...

I've reopened this for you @traceypooh. Since you're willing to take a crack at it, let us know in this issue if you run into any roadblocks and we'll try...

@seshrs This is looking good to me at first glance. I appreciate you taking the time to contribute. There doesn't appear to be any backwards compatible changes here, so I'd...

🤔 if therubyracer needs a runtime, what do you think about adding `mini_racer` to the `:therubyracer` group in bundler?

I bet it's because the app is sending a localized string as the `due` and `show_from` dates, like this snippet from your example: ``` "due"=>"15. März 2020" ``` Why we're...