Merrick Weintraub

Results 24 comments of Merrick Weintraub

I think the issue here, on Windows machines, is the path contains a mix of forward and back slashes. Then the Open command just opens an Explorer window, but can't...

Just tried it - the correct folder now opens, but the file does not; Checking the logs: ``` [2023-01-25][02:57:17][chatgpt::utils][NFO] open_file: C:\Users\xxxx\.chatgpt\download\pdf\1n4m4wy.pdf [2023-01-25][02:58:12][chatgpt::utils][INFO] open_file: C:\Users\xxxx\.chatgpt\notes\aegck9.md ``` Should the open_file command open...

When you're handling the pdf it looks like you're putting a .png image in there from the code: ``` async function handlePdf(imgData, canvas, pixelRatio) { const { jsPDF } =...

Am I misreading the code above that's injecting imgData, PNG?