Robert Kieffer
Robert Kieffer
Adds the `mime-score` module logic for resolving extension conflicts. The published `mime-score` module is now ESM-only, so I've just copy-pasted the logic here, back-ported to CommonJS. The new test shows...
See prior conversation at https://github.com/jshttp/mime-types/pull/114
[See #42 for long-ago discussion of this idea.] As noted in that old PR, I created the `mime-score` module to encapsulate the logic used by `mime` to resolve extension conflicts...
Per the FIFFont and FIGDriver standard, font authors may provide [layout parameters](http://www.jave.de/figlet/figfont.html#layoutmodes) to control kerning and "smushing". It appears these are not honored by this module. **Expected:** Over on https://www.askapache.com/online-tools/figlet-ascii/,...
Working on the new UUID spec in the early morning, I find myself getting a bit blinded as I switch back and forth between the spec, github, and my terminal....
The current CLI of `s`, `g`, `d`, `l`, and `p` takes up single-letter designations that many developers prefer to use for custom aliases. It is also unconventional, in that most...
Thanks (again) for a great tool. I've been using this for years and it's an essential part of my workflow. One thing I've found is that as my work flows...
[Deleted previous description.] Adds support for named exports. This is achieved by declaring all functions and constants as named exports, first, and then using them to compose the default object...
**Problem**: We'd like to require certain merge paths to always be defined. For example: If attempting to merge objects `a` and `b`, and `b.properties` is defined, we'd like to throw...
## Issue When generating a schema programmatically, specifying an absolute `basePath` causes a "Error: type [target TS type] not found" error, presumably because TSJ is failing to find the specified...