schklom

Results 108 comments of schklom

Same bug for me on android 13 (GrapheneOS) ``` type: crash osVersion: google/bluejay/bluejay:13/TQ2A.230305.008.E1/2023040400:user/release-keys package: com.wesaphzt.privatelocation:4 process: com.wesaphzt.privatelocation processUptime: 415 + 322 ms java.lang.RuntimeException: Unable to start service com.wesaphzt.privatelocation.service.LocationService@94e1b8a with Intent...

FYI, a similar issue got fixed at https://github.com/warren-bank/Android-Mock-Location/issues/14 for my Pixel 6a with GrapheneOS. The code workaround is dumb, but it works for me. Maybe it works here too?

https://github.com/shenxn/protonmail-bridge-docker/blob/3f04e67e427ba2775bb5083e2a0a449cd7c02e6b/build/Dockerfile#L19 Jammy is not available for `linux/riscv64`, see https://hub.docker.com/_/ubuntu/tags?page=1&name=jammy And note that no ubuntu images are available for `linux/riscv64`. You need to remove that platform from https://github.com/shenxn/protonmail-bridge-docker/blob/5b52d7c9aa49756fe6fdf64c2ba99a69e9493ba1/.github/workflows/build.yaml#L19

@ShayBox @shenxn This patch compiles and produces the images at https://hub.docker.com/r/schklom/protonmail-bridge/tags Note that I do not do the image scan (to avoid issues), i.e. I remove https://github.com/shenxn/protonmail-bridge-docker/blob/0541f29d9874ba13b19fd059929c2f5da3ffdbe2/.github/workflows/build.yaml#L49-L68

This sounds similar to https://github.com/HaveAGitGat/Tdarr

I had not noticed they were closed-source. Thanks for letting me know :)

> > > It seems facebook profiles are accessible again without login. Not per API, but still. > I just cannot figure out how to modify my request/regex, maybe someone...

On Nextclouders.de's page + 2 friends' pages, I found that searching (on the Inspector tool) for `200x200` (sometimes `p200x200`, sometimes `s200x200`) returns 2-3 results, but only 1 that looks like...

> the request from my code seems not to load the complete page This is strange. A basic `curl https://www.facebook.com/Nextclouders.de/` on my Windows CLI gives me a link with the...

I don't remember where I read this, but I loaded https://github.com/rxi/json.lua with ``` lua-load /var/etc/haproxy/luascript_json.lua lua-load /var/etc/haproxy/luascript_auth-request.lua lua-prepend-path /usr/local/share/lua/5.3/haproxy-lua-http.lua ``` to work for Authelia, and it works.