Harry Brundage

Results 22 issues of Harry Brundage

# Issue summary Shopify's REST APIs produce ID numbers in the JSON responses that require more than 53 bits of precision to represent, which when parsed with the plain old...

For big projects that have a number of circular references, `types.model(() => SomeType)` is great for breaking the cycle and allowing types to reference themselves by not strictly requiring them...

❔ question

We're looking at switching over to mobx-keystone from mobx-state-tree, and one tiny feature we've come to really appreciate in MST is a per-model id generator function. AFAICT, keystone currently supports...

🍗 enhancement

It'd be awesome to be able to work on OpenCR robotics projects with PlatformIO instead of the Arduino IDE. OpenCR is an awesome project: it has a wide variety of...

feature

It makes a lot of sense that `target-postgres` tries to load data in a structured way into Postgres. The more that the database knows about the structure of the data,...

Not exactly sure and need to debug further, but I think there are some circumstances where when you create a new file and start requiring it, the new file isn't...

enhancement

https://www.npmjs.com/package/v8-compile-cache caches the results of v8 compiling a module on disk in a big file, and then adds a require hook to fish out the results from that cache. We...

enhancement

Like `bootsnap` for ruby or https://github.com/bahmutov/cache-require-paths, we can make module name => file resolution go faster by injecting the map ahead of time into the managed process. Not exactly sure...

enhancement

**What happened**: I would like to break up one multi-host ingress into many single host ingresses so I can adjust the annotations between them independently. I have an ingress like...

kind/feature
needs-triage
needs-priority