mara004

Results 316 comments of mara004

FWIW, bundling is also desired by the camelot project: > Just went through python-pdfbox, it automatically downloads and caches the pdfbox jar file which should make installation easier for users,...

> IMHO it should be opt-in rather than opt-out. And by default it should use the package from the system. Hmm, yeah, a smart setup logic like "use system pdfbox...

Could someone please clarify what the state of this is? Recipes with deps from custom channels do seem to build (e.g. `bblanchon::pdfium-binaries`), but I'm not sure if the channel prefix...

@mandeep @msarahan @kenodegard @ericdill @p3trus, or anyone else interested: Do you have any hints on the use case I described? Am I right to assume this is not possible with...

Hello, I'm trying to transfer a large bitmap buffer from JS to Python using `buffer.valueOf()["data"]` as suggested above. However, this seems to be really slow. Most of the time is...

Not sure, but from what I can guess, it looks like data transfer is done by serializing the Uint8Array to json, writing the result into a pipe, and reading/deserializing it...

Indeed using a tempfile already results in a significant speedup.

@extremeheat I took the time to dive into the code and create a patch (#103) that would fix the problem described above with a new `blobValueOf()` function to transfer binary...

I think I'd like per-site colour customization through profiles, because my general colours only look good on some websites, but on others, they don't. In particular it is about colours...

I concur, Wayland support would be nice. Distributions like Fedora are even starting to make Wayland default for KDE Plasma now (which appears reasonable as Wayland is much smoother to...