TheOnlyJoey

Results 20 issues of TheOnlyJoey

Ohai! I was playing around with VRZero a bit and realized that it only uses the rotational information from OpenHMD. By using the provided Projection and View matrices, you will...

So the current documentation still has references to variant_group, while this is removed for 2.0, and no documentation to be found regarding the new Variant Products and Family Variants, which...

Outdated

It seems that i can't access http://molior.info/archive-keyring.asc anymore, it throws 403 errors (tested with wget and Firefox). This makes it impossible to do new installs using the debian repo. Thanks

Currently deploying Molior on Bookworm (current stable), and it seems that python3-validictory_0.8.3-4_all.deb has not been included anymore in the debian repositories since Bullseye (currently old-stable). Manually installing this package will...

```javascript const encryptSymmetric = (key, plaintext) => { const iv = crypto.randomBytes(12).toString('base64'); const cipher = crypto.createCipheriv( "aes-256-gcm", Buffer.from(key, 'base64'), Buffer.from(iv, 'base64') ); cipher.setAAD("SuperSecretKey") let ciphertext = cipher.update(plaintext, 'binary', 'binary'); ciphertext...

Could be related to #164, but since this is a slightly different CPU and might be board specific, making a separate issue. On the Radxa 5B+, I have not been...

So for the last day I have been trying to figure out what is going on. I have run on 3 systems (Linux and MacOS) with different interfaces, but regardless...

Add setSampleRate for profil in sampleRateChanged to fix samplerate mismatches (like saving out the input.wav) Added additional error when time_match fails

So either I am blind but I have not found a suitable method so far for setting up a plugin to be configurable between Mono In/Stereo Out and Stereo In/Stereo...

Sorry if this feels like a duplicate (referring to #415) I want to address this a bit more specific since it seems to be a problem that surfaces somewhat often....