riziles
riziles
@krukowski , It looks like this change has already been merged, but this is in direct conflict with ARIA guidelines: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/#keyboardinteraction ... also, there is no cancel button, so as...
FYI, I signed up for a paid Curvenote account, and I'm able to export docs with SVGs beautifully from the Curvenote website. However if I use the Curvenote CLI and...
Error message is `Invalid drive specification.` . FYI, my workaround of exporting the SVGs to PDF and just using those still works fine AND it keeps the images from getting...
> convert --version @rowanc1 , I am a little puzzled by this request. As far as I can tell, `convert` is a Windows system command to convert file systems on...
Unfortunately it's not possible. ImageMagick requires admin rights to install, and I don't have 'em.
@fwkoch , quick update: there is a portable version on the ImageMagick website. I downloaded that, extracted it, added the folder to my user path list and was able to...
WAIT @rowanc1 / @fwkoch ! I just added Inkscape's `bin` folder to my Windows path list and all my errors went away and the fully vectorized SVGs are showing up...
> `convert` to `magick` @rowanc1 , why not stick with Inkscape instead of ImageMagick? They look so much better with Inkscape.
I agree with @jrivero . This is literally the best DuckDB IDE I have seen. Snap it into a desktop app with Tauri, Wails or even PyWebview and it would...
Suggested PR? ```python if (table_name[0] == "#") and ((table_name[1] != "#"): raise Exception("BCP cannot write to local temp tables") ```