Tyler Kerr

Results 6 issues of Tyler Kerr

When using the libraries, all exports to the Android platform fail with the error: **SCRIPT ERROR**: Parse Error: The identifier "EditorInspectorPlugin" isn't a valid type (not a script or class),...

bug

setting removePriestRestrictions=true does not change priest restrictions at all.

spellmod

It appears that SMBv1 is being incorrectly detected an "enabled" in reports, when run against a Windows Server 2022 domain controller. Getting SMB protocol information via Powershell confirms it is...

### NetBox version 4.2.4 ### Feature type Change to existing model ### Proposed functionality Keys in non-rsa formats follow normal PEM formatting but are not allowed to be stored in...

type: feature

### Current Behavior Docker container constantly asks for "Panel name" and does not start. Loops into an endless exit code 0 loop. ![Image](https://github.com/user-attachments/assets/5a77763c-ad99-49c9-871a-ff1336686870) ### Expected Behavior Container starts successfully, or...

There is a solution to not require using privileged mode on the container for wireguard: https://forums.docker.com/t/sysctl-error-setting-key-net-ipv4-conf-all-src-valid-mark-read-only-file-system/92567/11 https://github.com/linuxserver/docker-wireguard/blob/master/Dockerfile This prevents setting the net.ipv4.conf.all.src_valid_mark=1 key if it is already set. For ex:...