Christopher Dieringer

Results 138 issues of Christopher Dieringer

# problem my payload is a composite of two types, but i cannot build a bridge api to support it. for example, i want to do specify something akin to...

# problem `ern start --miniapps ` fails when running from `/path/to/my/project/with/custom/.npmrc`. this was against expectation # discussion - when running from a miniapp root w/ a `.npmrc`, i expected `ern...

# problem there is not a nice developer UX/workflow centered around developing and iterating on apis. specifically, if i change api `A`, it reasons that the change may also need...

# problem ```yml name: Thing type: string enum: - a - b - c ``` may generate code that refers to a `Thing` model, whilst never generating a `Thing.[ios|java]`

# problem i have customized my package.json, however, [regen-api](https://github.com/electrode-io/electrode-native/blob/889074ee62b6899690066ba3c2c9450591970e81/ern-api-gen/src/apigen.ts#L74-L91) destroys my changes/data contained within # solution using semantic-release, i care to control my `package.json` and release process. i would prefer...

# Problem locale `es-MX` gets `en` formatted functions # Demonstration tiny runnable demo here: https://github.com/cdaringe/multi-locale-invalid-dates it can be seen in just this code too: ```js const MessageFormat = require("@messageformat/core"); const...

bug

# Problem It's nice to be able to tinker in real time with messages and observe their output. https://format-message.github.io/icu-message-format-for-translators/editor.html exists for a competing library, but it's imperfect. It would be...

First off, great lib. Thanks! The following could go to stack overflow. However, with sufficient guidance, i'm willing to send a docs patch. # Problem I want answer the following...

##### Expected Behavior - on `npm install edition-node-gulp`, my project should be bootstrapped with patternlab bits. ##### Actual Behavior - my project is not bootstrapped. - the docs [here](https://github.com/pattern-lab/edition-node-gulp#use-npm) go...

faq

## What `getPolyfillString()` emits an ENV warning in the emitted javascript, against expectation. I call `getPolyfillString` from library code, not via a service, however, [getPolyfillString](https://github.com/Financial-Times/polyfill-library/blob/6a573419392dbbd355f343b8a48e679e372917b1/lib/index.js#L238) assumes [it's being run as...

library