Results 68 issues of Jeremy Whitlock

There are a number of places in the M8 UI where a _"bar"_ is used to show the amount of something. For example, in the `MIDI OUT` instrument, these bars...

Adds support for Google Cloud Pub/Sub to the `Channel Binding Object` and `Message Binding Object` lists. **Related issue(s):** Bindings PR: https://github.com/asyncapi/bindings/pull/141 JSON Schema PR: https://github.com/asyncapi/spec-json-schemas/pull/253

For over a year now, the need to rewrite swagger-tools has been apparent. Not only that but swagger-tools doesn't exactly adhere to the NPM best practices where each module do...

It has been reported that `v0.10.x` support is no longer available for `swagger-tools`. While technically I don't mind, there are people still using `v0.10.x` _(as reported in #537)_ and we...

PR #422 added nested controller support but it's not quite complete. It seems that the built-in controller name is wrong. /cc @bitcloud

It would be really nice to have some way to dictate how things are sorted in the generated `.d.ts`, even if only for the `class`/`interface` members.

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

As the M8 UI changes, there are bound to be changes to the equivalent `m8-js` object structures. For example, prior to `3.0.0`, Instruments had 2 envelopes and 2 LFOs, but...

The invocation of `jsdoc2md` is busted after refactoring classes into subfolders. We need to fix this.