Eskild Hustvedt
Eskild Hustvedt
This isn't actually a bug, I should perhaps have been clearer. It responds to scaling, it's just that I can't put systemwide scaling as high as Tangram would need it...
I'm experiencing what I assume is this issue on Silverblue 31. I ran `ostree admin finalize-staged` and it just hung indefinitely (I gave up after two hours). I can't find...
It's an SSD. No other operations take a long time. I've done a bit of digging. It doesn't appear to be ostree itself that's hanging, it appears to be ostree...
I've also got this issue, might possibly also be related to #1102. When clicking on a photo: ``` TypeError: this.files[t] is undefined list FaceContent.vue:320 openViewer FaceContent.vue:318 VueJS 4 emitClick File.vue:183...
@Sonaryr Here's a minimal repo that exposes the bug: https://gitlab.com/zerodogg/eleventy-plugin-sass-output-dir I would expect it to write public/test.css, but what it actually writes is public/site/test.css
@Sonaryr That resolves the issue for my usecase, yeah. It would be nice if it did it on its own though. If not, perhaps just a note in the documentation...
Ok, so, the pull request probably only fixed game-specific installs of MO2, and not a global MO2. I'll try to reproduce the issue on my end with a global MO2.
Right, so, the global and game-specific MO2s have different code paths for their config files, and thus the original fix doesn't apply for the global one. Give this a try,...
Ok, so that patch isn't quite complete, it also has another code path for launching too. Give me another moment.
Second time's the charm. Same branch, or the patch below. A global MO2 launches properly with the install URL for me with this one. There are some other issues with...