Christopher Dieringer

Results 138 issues of Christopher Dieringer

# Problem - I need to combine coverage reports using `istanbul-combine` or similar coverage combining tools, then, assert that coverage on `/particular/path` meets thresholds. # Discussion Does or can istanbul...

# problem - Flow types are incomplete, out-of-sync, and generally weak, but TS types on reconciler are up-to-date - JSX/TSX KV assertions are poor # solution - update key deps...

# Problem - executor `foo` tries to run and iterate through two `js:serve` executors on the `dummy` app, but only one app runs # Understanding the demo - A custom...

# problem i copied and pasted [some of these](https://codepen.io/aurer/pen/jEGbA) into my choo app, only to find `bel` wasn't too happy about the DOM structure. `scripts:browserify.bundle multiple root elements must be...

# problem statement - calling `.attach(...)` and subsequently calling `stream.end()` still enables duplex stream content to flow out from the docker process ...even though `.end()` has been called. the end...

## Is your feature request related to a real problem or use-case? I frequently need the common type: `Dictionary = Record`, common for JS objects ## Describe a solution including...

# problem when auto-generating my schema, i have to programmatically walk my definition tree and remove any `enum` usages due to https://github.com/electrode-io/electrode-native/issues/1449 #1449 is about a failure being swallowed and...

# problem - `ern start` complains that a dependency bin does not exist, but the dependency was hoisted into the parent project and does exist. the cmd crashes, and I...

# problem i am using an api with `paths.events/`. when adding _requests_ to `paths` and/or `paths.requests/`, the generated requests classes are _missing_ their expected methods. ern version: 0.38.10 stack: ```...

# problem - `ern start` _git pull_ and `yarn start`'s linked modules, which is slow and redundant # discussion - post `git pull`, can we do a set difference against...