Ian VanSchooten

Results 816 comments of Ian VanSchooten

I'm sorry, I don't have anything open-source that I can share. And honestly, I don't have models that relate to each other in that way (everything refers only to other...

Hi, thanks for this PR! To answer your question, we do test the typescript definitions in CI: https://github.com/miragejs/miragejs/runs/7725993547?check_suite_focus=true#step:6:1, and it looks like they are passing in this PR. However, there's...

It looks like our prettier commands are not working the way we want. Sorry to ask you this, but could you run `yarn prettier --write types/tests/factory-test.ts` and check that in?...

That's strange. OK, don't worry about it, I'll look into it. Thanks again for putting together the PR.

I'm testing this out in my own app and getting a lot of type errors. I'll try to figure out what's going on and report back.

Thanks for this! I tested it out in my own project by copying the type file into my node_modules, and while it does allow me to remove my `// @ts-expect-error`...

Mirage is mostly unmaintained for now, so there's no real "roadmap" to speak of. If it's something you require, I'd suggest forking and building it, and perhaps submitting a PR...

@jasikpark could you force-push to this branch to trigger a new run? I'm curious if it will still fail, and I can't trigger a re-run (maybe it's too old)

Hi, could your error be related to what is mentioned here? https://github.com/miragejs/miragejs/issues/814#issuecomment-911693514

Are you able to create a reproduction? That would help to troubleshoot.