Orgad Shaneh
Orgad Shaneh
It's not related to this change.
@hectorhdzg Did you have a chance to look into this?
@hectorhdzg Is it possible for you to hook in `subscribe` automatically? We didn't add any data to the message, and just used `applicationProperties[Diagnostic-Id]`.
@hectorhdzg ping?
Ok, thanks a lot.
This was already fixed [4 months ago](https://github.com/oauthjs/node-oauth2-server/pull/677), but was not released yet.
https://gist.github.com/orgads/c2a12ec176f3c6104f3f79d3ff7197bf Not much to see here. It's clearer with the ANSI colors :) I think the changes are in spacing. See https://github.com/atlassian/better-ajv-errors/pull/89 which was an attempt to update the test...
Hi, Here's an example that reproduces the issue for me: test.ts ```typescript import { Test2 } from './test2'; export interface Test { test2: Test2; } ``` test2.ts ```typescript import {...
ping?
Can you push a new version to npm? And can you also publish pre-built binaries for alpine?