Jacob Milhorn

Results 29 issues of Jacob Milhorn

## Describe the bug When I run the command `npx swc ./src/index.js -o ./dist/output.js --watch` the `output.js` file contains the output as expected on the first compilation. When I alter...

I am trying to serialize a Set (using custom propSchema like in #157), but would like the result to use a `reference` inside the `custom` PropSchema to point to objects...

Here's the list so far (including what _is_ supported): ## Basic Blocks - [x] Text - [x] Heading 1, Heading 2, Heading 3 - [x] Bulleted List - [x] Numbered...

enhancement

Should always use `parseRichTexts` to reduce the strings from the response.

bug
plugins

``` Your browser does not support PDFs. Download the PDF. ``` This lets user download pdf.

enhancement

It seems like Notion updates only get recorded each minute. So if you make a change in Notion, pull into ncms, then make another change all within the short time...

enhancement
notion

## Description Proposing an enhancement to optimize our API data caching strategy, addressing performance issues related to file I/O and JSON processing. ## Proposed Enhancement - Implement HTTP caching using...

enhancement

I can imagine scenarios where I have a big NotionCMS object generated and passed to the client for further on-the-fly manipulation to generate some UI items dynamically. Maybe you want...

enhancement

Currently `marked` which is used under the hood to parse blocks -> markdown -> html will escape anything that isn't in their list of known html tags. We need to...

enhancement