Steve Hull

Results 102 comments of Steve Hull

@darekf77 but yarn is just a mirror of npm... `yarn install` will fail in exactly the same way, and in fact, we were always using `http-server` with yarn and it...

@raymallick oh so ... maybe I'm missing something but if you're in the situation where yarn is installing from local cache then you wouldn't end up on this thread anyway,...

@raymallick like locally or on ci or production or ...? For that to work, you would've had to have `yarn` installed `ecstatic` of the proper version previously on the given...

Sorry to revive such an old thread but having better insight into multiple metrics per experiment would be extremely useful. It sounds like you can specify multiple metrics already, but...

@phillbaker having all the different storage adapters is a real stumbling block (and let's not even get into the excessive & unnecessary metaprogramming). If I have to change the activerecord...

OK I apologize it's incomplete but check out #318

I agree this should be handled automatically by the library, and I'd suggest that `#save()` should do this (same as it automatically clears the changes when saving the underlying object...

@nucleartide FWIW I wrote an `error-messages` component (template-only) to display errors: ```hbs {{#if errors.validation}} {{!-- ember-changeset --}} {{#each errors.validation as |error|}} {{error}} {{/each}} {{else}} {{!-- ember-data --}} {{#each errors as...

🤔 can it be moved from an instance-initializer to an initializer?