Hugo Burton
Hugo Burton
I'm seeing this warning too. Model seems to run despite it.
An hour seems far too long for a response. Are you using a pipeline to evaluate?
For anyone using node with Typescript, I used this solution in your `package.json` ``` "scripts": { "dev": "nodemon --watch src --ext ts --exec \"tsc --noemit && node --import=./src/dev/register.js src/app.ts\"", }...
Some other missing words I found "Paninis" "chilis" "niblet" "niblets" "cyber" "glute" "glutes" "Ramen" "firebomber" "firehose" "firefights" "cardio" "animatronic"
Also seeing a very similar error with a [Lexical ](https://github.com/facebook/lexical) import. Works fine if I don't include manual chunks.  This leads to this function  (located in `/@lexical/devtools-core/LexicalDevtoolsCore.dev.js`). Strangely,...
Looking for a way to update the state when something particular changes in the selection. How are you meant to do this without calling `editor.update()` within the `editor.registerUpdateListener((event) =>{...})` callback?
MongoDB Object ids have to be compared with `.equals` method. I'd say this library probably doesn't handle this
yeah. I/we need to figure out how to approach header and footer too. The basic idea would be to have the document tree like so ``` > doc > page...
Am going to start with #36
Hey @gillangit , I've merged in what I've got so far for header/footer/body support. It's by no means complete and there are a couple of minor bugs, bug I've got...