Borut Svara

Results 8 comments of Borut Svara

While using https://github.com/redis/redis-py it turned out that `.dropindex()` uses `FT.DROP` which is not present in the documentation. Why does this command still work if there is `FT.DROPINDEX`? Furthermore, the two...

Hello, I see the repo has TLS upgrade present, but the NPM repo does not. Is the current master version stable? why it is not in sync with NPM?

Can confirm ``` "@cloudflare/next-on-pages": "1.13.7", "vercel": "35.0.0", ``` Is a working combo 🚀

This fixed it for me (it also fixes another unrelated bug in development). To fix it I rewrap the ArrayBuffer into a `Blob` which is correctly recognized by the dev...

@corymhall the destination is Linux, Ubuntu 24 remote nodes. That is where the issues araises

Upon further investigation also `croppedAreaPixels` from `onCropComplete` is broken under `restrictPosition` with negative `zoom`. `width` and `height` will never exceed the image's natural size. This causes improper cropping of the...

I will have to fix it somehow before going to production. I will try to create a PR by then 🚀

Note that this repository is [deprecated](https://github.com/reingart/pyfpdf/pull/223) better refer to [fpdf2](https://github.com/py-pdf/fpdf2) 😉