Joel Linn

Results 16 issues of Joel Linn

Hi, I am planning to do the first analysis on an offline copy of the nextcloud instance using a desktop with a decent GPU to cut the analysis time by...

### Describe what's going wrong Drone CI sporadically fails on "Wait on Timer" test. https://github.com/xenia-project/xenia/blob/500bbe9e0d69e4c62bef0e81b3aa4097c09503f5/src/xenia/base/testing/threading_test.cc#L783 This is likely to huge overprovision of the CI servers and the test thread not...

bug
platform-linux
ci

From PR #1317: https://github.com/xenia-project/xenia/blob/d1f7ee35933b1eb0ba8a87c406538a8e81a30662/src/xenia/base/threading_posix.cc#L220-L223 @Triang3l : > This will probably cause a deadlock on the next thread doing any waiting if the thread is suspended between locking and waiting. >...

platform-linux

Looped sounds have a short interruption. Confirmed for rain in Red Dead Redemption and engine sounds in [Midnight Club: Los Angeles](https://www.youtube.com/watch?v=-uYtTg30AwM). These should play seamlessly. My vague guess is that...

bug
apu

Replace `--terminate-orphans` with `--deterministic-shutdown` as it was renamed in the upstream PR https://github.com/netblue30/firejail/pull/4635

do-not-merge

Hi, I'm wondering why we still use PHP 5.6? It's unsupported and outdated and FreePBX does support 7.x. This may be a security vulnerability.

After updating, the external model stopped working. The settings page stopped working and also running the background job via occ fails. It seems the model was not opened properly as...

The default value for the `-f` flag of `docker build` is `PATH/Dockerfile`. However, this plugin uses just `Dockerfile` as default: https://github.com/drone-plugins/drone-docker/blob/f08821b02496bfa8814d688523e170156050128f/cmd/drone-docker/main.go#L111-L115 For this reason one needs to explicitly set the...

- \+ and = are illegal in challenge tokens (url safe variant of base64 without padding) - instead of replacing illegal characters (gsub) only accept the token if it only...