Michael Leahy
Michael Leahy
`[email protected]` `[email protected]` Greets, I have included schema and simple test case below showing that a default error message does not produce consistent results. For some reason the "nested" oneOf statement...
I mentioned making a Svelte LCH color picker. I'm interested in providing an alternate display similar the one seen in the [HSLuv](https://www.hsluv.org/) display, but for LCH. Certainly a little bit...
Greets, I'd like to make a PR or just get this module updated for better exports in package.json. This will remove several warnings from Node and Svelte. I can make...
A most recent merged PR for Typescript now better supports Node 12. In particular there is no need for the "semi-hack" used in [module-loader.ts](https://github.com/oclif/core/blob/main/src/module-loader.ts#L22). You can see discussion [here](https://github.com/microsoft/TypeScript/issues/43329) and...
I'd like to discuss aspects that are worthy of committing back to the default TypeDoc theme from the recent work that I have released that addresses some general issues. I...
Hi @devknoll et al. I definitely appreciate the work done on this great polyfill. I'm aware that it is maintenance mode, but there are a couple of edge cases to...
In one of my projects I use `comment-parser` and would like to expose the parser options from my library function. Currently the types provided from `./lib/index.d.ts` does not export `Options`...
### What happened? The attempt to make `Dialog` act like a modal dialog when it is anything but seriously breaks focus traversal and provides a lot of other adverse behavior...
Greets, An [enhancement issue](https://github.com/League-of-Foundry-Developers/foundryvtt-forien-quest-log/issues/39) was filed for Forien's Quest Log in relation to `pf2e` regarding inline links support from the game system. There are several editor sections of FQL that...
Greets, I like this project! I'm curious how hard it would be to add JSPM (www.jspm.io) support. It's a package manager on the edge of popularity and having increasing uptake....