Arild

Results 30 comments of Arild

That would perhaps be slightly better, yes. Because then we don't need to add new public methods to PDFLib. I don't recognize that pattern, but it looks almost like the...

Actually, it looks like it doesn't work as expected here after all ;) Could be because of the version difference. I'll look into it within a few weeks.

Here's log entries for another file: Region: 0,0,256,256 (fine) ``` Request URI mapped to iiif=test/medelbild/vips/9118331.tif/0,0,256,256/full/0/default.jpg Full Request is iiif=test/medelbild/vips/9118331.tif/0,0,256,256/full/0/default.jpg [1/1]: Command / Argument is iiif : test/medelbild/vips/9118331.tif/0,0,256,256/full/0/default.jpg IIIF handler reached...

I finally managed to install vips on the server, and when I use that to convert images, IIP reads the resulting files successfully. It would be interesting to know if...

I made a thin component `Dragscroll.vue` out of it (Vue 3): ```vue // Avoid emitting click event when scrolldragging let dragging = false; let timer = null; function start() {...

Thanks for the reply! I have the following in `layouts/error.vue` now, which works well enough to be logging some error pages, although I haven't checked if it's "perfect". ```js created()...

Pull request #23 ready for review!

> I figured out that one issue using our web-component in an angular app is that the styles added for transitions for the "item" > > ``` > opacity: 1;...