Jonathan Stewmon

Results 11 issues of Jonathan Stewmon

When the target is ES5, typescript emits class inheritance code that is [incompatible with instanceof checks](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#extending-built-ins-like-error-array-and-map-may-no-longer-work) in some cases. A consequence of targeting ES5 is that library consumers cannot use...

### What version of CUE are you using (`cue version`)? $ cue version cue version v0.4.3 darwin/arm64 ### Does this issue reproduce with the latest release? Yes ### What did...

NeedsInvestigation
fmt

**Do you want to request a *feature* or report a *bug*?** feature **Has someone had this problem before?** This issue was reported for the Java client in getsentry/sentry-java/issues/43 and the...

I used the intermediate commits to test this on my local branch. I didn't rebase them out to "show my work" in the PR, but I'm happy to rebase them...

👋 Hi, I just wanted to inquire about the reason the repository was unavailable for a few days recently? My team was starting to use the image and ran into...

enhancement

implements jmespath/jmespath.jep#20 I think `to_object` may need additional input checking, but I'm not sure what the behavior should be for some error cases. For example, `to_object(`[[1, 2, 3]]`)` will raise...

This PR is based on tag 2.9.9. Github is not allowing a tag to be specified as the base branch. If the record is not splatted, a block that processes...

- remove explicit log statement in favor of providing res.err and err.status as recognized by pino-http - added pino ^5.12.0 as a devDependency to support extreme mode benchmark fixes #19

If a request promise is rejected, koa-pino-logger will log a `request errored` message, then pino-http will log a `request completed` message. Consider this app: ```js const Koa = require('koa'); const...