Kamil

Results 5 comments of Kamil

This looks like a known issue with Cursor: https://github.com/getcursor/cursor/issues/745 In the meantime, you can use the `action.quickFix` keyboard shortcut. By default, it's `ctrl` + `.`

> in marker_app.py I changed the line 110 from `with tempfile.NamedTemporaryFile(suffix=".pdf") as temp_pdf:` > > to > > `with tempfile.NamedTemporaryFile(suffix=".pdf", delete=False) as temp_pdf:` > > And it worked Works! In...

I'm also wondering if I can disable the use of OCR. The PDF I'm converting is a tutorial with screenshots of desktop interface. It looks like for some images, the...

Do you know if this is a feature of the library? I was also wondering the same thing for performance, since I'm only interested in the frontmatter values. NodeJS seems...

I had the same exact experience when trying Sonner for the first time today. I had to double check the docs because swipe-to-dismiss appeared to not work, until realizing I...