Claude

Results 6 issues of Claude

In nextcloud 17.0.3, administration settings overview: ``` - apporder - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Signature data not found. ``` Referring to https://docs.nextcloud.com/server/17/admin_manual/issues/code_signing.html

Just a small typo to fix...

Hello, thank for you work. I have try on my brand new `MSI GE75 Raider 8SE` on `Mint 19` but I get: ``` No compatible keyboard found! ``` Okay, so...

Based on https://github.com/cClaude/gitlab-bash-api/pull/5

Change "$targetsdk}" to "${targetsdk}"

In jbake-2.7.0-rc.7, bash script jbake have SAVED variable is not initialized. According to previous version it should initialized to current directory, typically: ```bash SAVED="$( pwd )" ```