Peter Varga

Results 15 comments of Peter Varga

> `IOHP2();` Okay, but is there any possibilities to manually change some parameters?.. A doc, or tutorial would be nice.

@wrr What kind of command line tool is the one you use like that?

I ran into this problem when upgraded from v5 to v6. The solution was to add the `makeObservable(this)` to the constructors for classes, that used the `@observer` decorator. For that...

Duplication of https://github.com/Hopding/pdf-lib/issues/752 ? However, it would still be nice to have the ability to toggle those basic font styles: bold, italic, underlined. There's no recent updates on this lib,...

Hey, any updates on this? I've spent 4 hours debugging my code, trying to figure out why my mouse is getting further and further away from the dragged object, then...

As mentioned by someone in #1990 , downgrading this lib to 1.4.3 also solves this issue, so we can keep using react 18. Not sure what exactly changed from 1.4.3...

for the record, today I started having the problems with 1.4.3 as well, so it's probably not a 100% solution

Some additional tests show me that the `ctx.getImageData` also produces slightly different numbers on mac vs ubuntu. Maybe the default colorspace is different? How could I make them the same?

Comparing the two images here: https://www.diffchecker.com/image-compare/ When using the `slider` option, it's quite obvious that the lines are a bit different (in their thickness, maybe): Is there something you could...