Tom Pitcher
Tom Pitcher
I still have this bug. The per-game checkbox setting works fine, so suspect perhaps that has a working custom Proton check that could be used for the global equivalent?
Small advancement on the above to get the largest src from a srcset (I needed this for transferring assets from one CMS to another): ```javascript turndownService.addRule("img", { filter: "img", replacement:...
I had this same issue and tracked it down to a change I'd just made to try and get my Nvidia drivers working with Wayland. `__GLX_VENDOR_LIBRARY_NAME` was set to `nvidia`...
If it helps anybody, I used [json-cycle](https://www.npmjs.com/package/json-cycle) to convert the circular references into static keys that can be represented in object notation, then again in the client to repopulate the...
Just wanted to chip in that I've had this problem with two cars (a 2007 Ford Fusion (Europe) and a 2004 Peugeot 206) - the test version fixed the problem...
For those needing a quick fix (and since I can't see it mentioned already here), use `prisma migrate dev --create-only` to create a migration first without actually running it, then...
@wedza have you tried using 0.2.6.13280? Apparently some Maps API fixes went into that release, I find the map doesn't load at all in Citymapper now.