Pau Ramon Revilla

Results 50 comments of Pau Ramon Revilla

how do people work around this? I tried to apply the workarounds from the previous message and I still see the errors being reported to sentry: ```js const app =...

hey, not really! I also found another positive side-effect of simplifying the normalization cache. Right now, these are always cache misses, which means that using the highlight plugin is pretty...

I can't run tests locally, I get this when doing `npm install` > npm ERR! Unsupported URL Type "workspace:": workspace:*

so it looks like the regression was introduced here: https://github.com/askorama/orama/pull/350/files I'm currently working it around doing my own tokenizer, but it's not ideal

how do I do that?

@AbhiPrasad I tried following the documentation with no success. How are you supposed to get that middleware working? AFAIK, Astro Cloudflare adapter does not support functions. Do you have a...

Awesome! I tried it and it works. Perhaps it would be worth updating that Sentry documentation since it's misleading. Next step: upload the source maps 😆

I think there is a bug when using namespaces: https://github.com/ProseMirror/prosemirror-model/blob/3c0b054fbdeabbf45836b3441ec8ce5da8da2e5d/src/to_dom.js#L126C1-L131C106 this should work: ```js renderHTML({ HTMLAttributes, node }) { const { iconValue, title } = node.attrs return [ [ "div",...

I think this is what I meant here: https://github.com/kobaltedev/kobalte/issues/608