Gabriel

Results 62 comments of Gabriel

My bad. I think i forgot to paste this block: ``` IntelliJ IDEA 2024.2.3 (Community Edition) Build #IC-242.23339.11, built on September 28, 2024 Runtime version: 21.0.4+7 amd64 VM: OpenJDK 64-Bit...

trying this pattern with an env var: ``` S3_UPLOAD_ENDPOINT=https://s3.eu-central-001.backblazeb2.com ``` But the requests are not following [documented b2-s3 api syntax](https://www.backblaze.com/apidocs/introduction-to-the-s3-compatible-api) > `https://s3..backblazeb2.com/` instead it is using `https://.s3..backblazeb2.com/` (i mean, the...

Confess I only went for a patch because it would get the 1337 id... Looking the code just around the error message, I already had all the context to send...

Thanks for pointing out the test issue! will try to polish this when i get some down time next month, if nobody beat me to it.

also needs to account for `mnemonicPrefix`, `srcPrefix`, `dstPrefix`, `line-prefix`, which can change prefix letters.

any functionality is impacted that I am missing?

confirmed on 256.4-1 But i don't think it "remains", but is mounted again later. ``` ... Aug 08 17:21:13 archlinux systemd[1]: Found device STORAGE_DEVICE 2. Aug 08 17:21:13 archlinux systemd[1]:...

I just realized my system shutsdown in a random time (from minutes to hours) after I remove the physical disk which holds the key. Maybe the re-mount is a hacky...

@sereneblue indeed setting timezone to 'default' worked around it! thank you. is this already being tracked somewhere? I failed to find anything but would like to take a look at...

Been using with the timezone spoof issues in mind, and haven't had problems in a while. thanks.