Geoff Goodman

Results 18 issues of Geoff Goodman

## Description When attempting to integrate esm.sh on https://plnkr.co/edit/, I noticed that `.css` files being loaded by the [plnkr/runtime](https://github.com/plnkr/runtime) runtime were failing with CORS errors such as this: ``` Access...

Embedding this library in `0.1.x` in a project with a modern build step was very easy and provided an opportunity to adjust and/or overwrite styles. For example, I would like...

The code at https://github.com/gitcoinco/code_fund_ads/blob/b10d5be9c3096a6bb33f75c6ef764ed67bbec51b/app/views/advertisements/show.js.erb#L3 breaks IE

enhancement

Would it be possible to provide some mechanism to obtain the list of observed imports and exports (CJS / TS / ESM) during transformation? Even better would be the ability...

In order to promote the event-driven use of this framework, it would be nice to have finer-grained event hooks. Suppose I'm making a system whereby graph updates are pushed from...

This PR contains: - [ ] bugfix - [x] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included? - [ ] yes (_bugfixes...

When a schema declared multiple `patternProperties` and no `additionalProperties`, the resulting type definition was effectively 'empty'. This PR produces something that makes a bit more intuitive sense to me for...

Different SSG and hybrid frameworks like Next.js and Gatsby have first-class support for images. This comes as no surprise when you dive into the [complexities of serving images well on...

See the [Design Doc](https://github.com/ggoodman/nostalgie/blob/coalesce-rpc-calls/docs/explanations/RPC%20Protocol.md)

## Use-case Imagine you're building validator codecs for a set of inter-related schemas that define `$ref`s on each other. The (awesome) code generation results in these being treated as totally...