Patrick McElhaney

Results 118 comments of Patrick McElhaney

Okay, I should have let this go a long time ago. Your solution makes sense and it's simpler. Go ahead and do the blacklist.

@rip747 Private methods are already ignored by Mustache. We're trying to solve for the case where: 1. The context object has a method, _foo_, which has to be public. 2....

I agree with Dan. Ideally, the code should be rewritten as an actual parser. The performance of one iteration would be about the same, perhaps a little faster, and iterating...

What does colors[1] mean exactly? Could you change the model so it's more explicit, e.g. colors.secondary? > On Mar 8, 2016, at 12:52 PM, Dave Merrill [email protected] wrote: > >...

The idea is to have data prepared for presentation as much as possible, but still available as an API that can be easily tested and isn't subject to change with...

I think the issue here is eslint-config-hardcore doesn't work with the latest version of @typescript-eslint/eslint-plugin and I'm not sure eslint-config-hardcore's CI catches that. Per the docs, it looks like the...

Can't upgrade until eslint-config-hardcore switches to flat config. https://github.com/EvgenyOrekhov/eslint-config-hardcore/issues/830

@brianlaframboise Thanks for the feedback! Please do put them in separate issues because (a) they both need to be tracked and fixed and (b) I have a lot to say...

Do you mean something like petstore.yaml is hosted `/petstore` and hardwarestore.yaml is hosted at `/hardwarestore`?