Joris Mak

Results 59 comments of Joris Mak

Using nuxt with the nuxt-windicss plugin I encounter this as well. I have a 'global scss' file. Rules I put there work fine with `@apply`. The moment I `@import` another...

Isn't this a case of the difference between 'logical pixels' and 'real hardware pixels', so device scale factor / DPI (and that DPR setting). A device like a laptop with...

I don't know if it's the same issue, but I was trying nvenc methods and all felt like having a huge latency or delay (while looking at real host computer,...

To be honest, I tried making - ahem, for my self - some re-usable javascript code to handle Collections. But every time I try to use it, my use case...

If it's SVGO doing the minifying, isn't it just an issue of adding a svgo.config.js (to the workspace) with options to preserve certain things, like id's and attributes. I almost...

I have the same thing when just trying around. I compile php8.2 with the options specified for Linux in https://github.com/dunglas/frankenphp/blob/main/docs/compile.md. I've installed it in /usr/local/php82. So - still locally -...

(Since my example is working without the worker mode, but the Runtime _IS_ installed, it seems the issue is indeed the runtime not being picked up correectly?)

Got it working! The `APP_RUNTIME` needed to be added to my docker run command as well. It seems, setting it in just `.env` isn't enough (or dotEnv gets loaded too...

> It seems to work, I mean, the application can be launched and it works correctly (I guess that's what @jorismak was talking about), thing is, the error logs still...

Often getting the white point from exif is not enough, the correct white point is stored in the maker notes for some models (Sony often reports wrong white point in...