Matthew Irish

Results 10 comments of Matthew Irish

This may be out of scope, but it feels related to https://github.com/ember-engines/ember-engines/issues/80 (though I realize the inside-out nature of this adds complexity).

@Ravenstine 👋 - I added a blurb in the registration docs about the new setting. I tried to add a test, but noticed there's not any tests that are currently...

@Ravenstine ok this is ready to go - it looks like travis isn't working, but all of the tests pass locally for me. wanted to thank @johncowen for pointing me...

@eshtadc thanks! I just rebased so hopefully tests will be 🙆‍♂

OK! I think I've addressed all of the feedback, thanks (and sorry) for hanging in there folks. Maybe we can squeak this in before the ... checks calendar ... two...

@Ravenstine @eshtadc bump on this as I think it's ready to go! thanks!

We're seeing this in 3.28 fwiw, but the trigger for us is a `LinkTo` with query params.

I was able to get this working using a pattern similar to what's described in this comment: https://github.com/prisma/prisma/issues/732#issuecomment-1519824593 This is a modified version of the getting started script using two...

Same thing, with just an additional undefined element in the error summary ``` ERROR Summary: - broccoliBuilderErrorStack: [undefined] - codeFrame: [undefined] - errorMessage: Directory not found: /var/folders/n0/1cj2fwvj7hggltr7zqn8g9v40000gp/T/tmp-1162686XEha0Fqi6J/legacy - errorType: [undefined]...

We're seeing this as well, along with `preferNative: true` "fixing" things. Any way I can help debug / fix this?