Results 181 issues of Stephen Haberman

Hi! Not sure if you take requests, but I've wanted an `Exact` type in TS for awhile, primarily to model wire calls (i.e. HTTP / DB / RPC calls) where...

help wanted
type addition

I'm using mikro to implement a GraphQL server. In GraphQL, queries are not known ahead of time, and so the "endpoints"/resolvers are implemented very piecemeal, i.e. "get this project's clients",...

enhancement

**Current behavior:** Including `@emotion/jest: ^11.3.0` and `@types/jest: ^27.0.2` in a project causes peer dependency conflicts: ``` npm ERR! While resolving: @emotion/[email protected] npm ERR! Found: @types/[email protected] npm ERR! node_modules/@types/jest npm ERR!...

bug
needs triage

# 🙋 Feature Request Update useComboBox to support multiple selection. ## 🔦 Context We're building a type-ahead `SelectField` / `MultiSelectField` components, both on top of `useComboBox` and having to support...

enhancement
rsp:ComboBox

`instance` allows you to go from mock -> instance, but I need to go the other way. The reason is that I want to have one part of my test...

I'd like to be able to run an mrm task without a) globally installing mrm and b) without globally installing the task. I.e. just: ``` npx @my-org/my-task ``` And have...

I was following the thread about using wasavi in gmail, and that using writeas=textAndBreak will make it work. That seems to work really well and is great. I've put writeas=textAndBreak...

feature request
solved in latest source code

On large schemas, prettier can take ~30+ seconds @ 100% CPU. In particular it seems to have a regular expression that just does not handle large input. It would be...

area/generation
area/config

We come from the apollo world where the 1st field resolver variable is conventionally called `root` instead of `parent`. It's not a huge deal, but it would reduce confusion to...

area/generation
area/scaffolding
rfc/0-needs-spec

Files over ~500mb / ~1gb give mirror trouble b/c the RPC framework (grpc-java) we use for "really snappy bi-directional streaming" only supports in-memory / on-Java-heap `byte[]`s for its RPC messages,...

enhancement
help wanted