Mark S. Everitt

Results 7 issues of Mark S. Everitt

[Authentication-Info](https://www.rfc-editor.org/rfc/rfc7616.html#page-14) headers are encoded in a similar way to `WWW-Authenticate` and `Authorization` headers (comma separated). The only difference appears to be that the `Authentication-Info` header lacks a scheme. Since most...

Prompted by #2, but since this suggestion should probably not be the primary means of determining a payment URL (favouring something explicit in package.json would be better in my opinion)...

**Environment:** - **Node.js Version**: 16.13.2 - **Redis Server Version**: 6.2.6 - **Node Redis Version**: [email protected] - **Platform**: MacOS 11.6.1 Abort signals appear to result in sockets being left open. Consider...

Bug

This PR removes the `text-encoding` dependency, which is [no longer maintained](https://www.npmjs.com/package/text-encoding). The change is minimal. A compliant implementation of TextDecoder has been a Node.js global [since v11](https://nodejs.org/dist/latest-v18.x/docs/api/util.html#new-textdecoderencoding-options) (so all maintained...

The section on [Symbol.mixin](https://github.com/justinfagnani/proposal-mixins#symbolmixin) indicates that a property of the constructor prototpe will be set to the mixin applied. However, it's not obvious what this should be when multiple mixins...

I'd like to integrate ibankit with a project using ES modules. This PR: - Adds rollup config to take the TS source and spit out a single module file (with...

I'm not really sure what can be done about this, since any fix would likely be at the adaptor level. We currently see uniqueness violations when two model instances with...