EvanPiro
EvanPiro
I'm also eager to have this addressed to unblock `nixpkgs` support and am willing to assist in the effort.
My work around fix is to use shadow dom and set the style sheets when the element is connected: ``` class QuillElement extends HTMLElement { constructor() { super(); const shadowRoot...
Has anyone else experienced this? This is a product level blocker on my end and I'm willing to assist in the fix.
Same here!
Here is a minimal implementation that works for very simple HTML (WYSIWYG outputs). ```javascript import { parseFromString } from "dom-parser"; import { Document, Footer, PageNumber, Paragraph, TextRun, } from "docx";...
@benogle I've tried that and am still getting the same error. Here is my code: ```typescript const id = uuidv4(); await env.DOC_BUCKET.put(id, trainingStr); const obj = await env.DOC_BUCKET.get(id); const file...