tmikaeld
tmikaeld
I'll move to a discussion instead of polluting this issue.
When it comes to responsive sites, size means a lot! Simple image re-size by drag and drop would save a lot of time and is easy enough to implement. I...
If you mean install the drivers from single-user mode, that's not possible. The driver will not install if there's no compatible GPU installed in the computer either.
I think it makes sense to support it in the menu at least. Right now i'm looking for a solution to showing a large button for search on mobile while...
I found this in the Console logs: `Sandbox: logd_helper(159) deny(1) file-read-data ~/Library/Audio/Plug-Ins/Components/rnnoise.component/Contents/MacOS/rnnoise` I tried allowing it in the quarantine, but that didn't help, might be the reason it doesn't work.
I've tried with premium AI noise suppression plugin https://www.waves.com/plugins/clarity-vx and it does not work either, same issue - input stops working as soon as plugin is active.
@VaelVictus Hmm, using tiptap 2.0.2 core with only Editor, gives a minified bundle of 239kb. A bit on the large side..
@VaelVictus Depends on where it's used though, on mobile, the 239kb is definitely painful on a slow network. This is what I did: ```javascript import { Editor } from '@tiptap/core';...
@VaelVictus Yeah, I'm as surprised as you are, it's ONLY the editor. Adding 6 extensions (including starter kit) and it's at 350kb minified, so it doesn't grow that much, but......
@VaelVictus It's not tiptap that has grown, it's [Prosemirror](https://prosemirror.net/examples/prosemirror.js) @ 254kb minified, tiptap is smaller because it uses fewer pm modules.