Results 187 issues of Stephen Haberman

I really like graphql-crunch; great work! Out of curiosity, have you considered extending the "crunching" to go all the way into the resolver runtime itself? I.e. if I've already called...

I've been replacing prettier with dprint in our ~large-ish code generation pipeline, and really enjoying seeing ~70-80% of the flamegraph go away. :-) Thank you! The last file format I...

enhancement

Fixes #413. Need to support populating them, i.e. `em.populate(author, "favoriteBook")` where favorite book is a FK. Maybe something like: ``` readonly abstract favoriteBook: ManyToOneReference; ``` And in the subclass: ```...

Afaiu `clinic flame` runs on top of `0x`, which has a `--collect-delay` parameter that seems very useful to ignore "initial boot" noise: https://github.com/davidmarkclements/0x/pull/239 It would be great to be able...

Hi! Currently I'm using `env-cmd` to load `.env` for script commands in `package.json`, but when tests are invoked from vscode/webstorm, I'm using Jest's `globalSetup` with this file: ``` import {...

My guess is that most users are using modern `module` / `esModuleInterop` settings by now.

I.e. stand up a java/go/something server and make calls to it.

help wanted