Pascal Querner

Results 106 comments of Pascal Querner

Might be a little tricky even further. https://developer.chrome.com/extensions/storage#property-sync Seems like theres only so much you can sync/store in your "cloud".

You mean you want a category tree in the "category" column? Not simple just comma separated ids?

Duplicate of #2641 (I am also facing the issue) The script with pulling the images almost worked: ``` 24.4.2: Pulling from getsentry/sentry 8a1e25ce7c4f: Already exists 1103112ebfc4: Already exists b4b80ef7128d: Already...

For me that helped. I had a finished installation and upgrade was impossible because of this issue. I deleted the folder, git clone again (same folder name) - checked out...

Good comment by [Simanas](https://github.com/getsentry/self-hosted/issues/1719#issuecomment-1471584313), however doing all this seems really tough to keep track of. I simply have this script to start the containers: ``` #!/usr/bin/bash docker compose up -d...

Yes. That you call it resource but use it as a identifier. That could just be called identifier then, no? I mean, maybe thats just me.

If "invoices-aggregation-report" is still running when the second cron comes around, it would fail then, yes? Whats the second parameter "process 1" ? I mean, that all could be documented...

My game looks like this: ![Image](https://github.com/user-attachments/assets/253c95c6-7b99-480a-b998-ca6c6dbe7ad1) My launching options: `PROTON_DISABLE_NVAPI=1 LD_PRELOAD="" DXVK_FRAME_RATE=144 PULSE_LATENCY_MSEC=60 mangohud gamemoderun %command%` with Proton Experimental. Game settings are all on `Ultra high`, at 2k resolution. Anything...