Hugo Burton

Results 34 comments of 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. ![image](https://github.com/vitejs/vite/assets/66514580/367197a0-18bd-4f11-a683-a1f5453e5f14) This leads to this function ![image](https://github.com/facebook/lexical/assets/66514580/08b3b451-9f69-4039-b440-98b54ca6ed86) (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...