Martin

Results 9 comments of Martin

@ndom91Appreciate for your reply. I can see where you are coming from with this, however, I would like to disagree with your opinion. I'm currently based in the UK and...

Using Google Chrome browser right click on the element, select Inspect. A new window will open with code highlighted for the element, right click on the highlighted code navigate to...

The protocol can be set when creating a SvelteKitAuth object. `export const appAuth: SvelteKitAuth = new SvelteKitAuth({ providers: [oauthProvider], protocol: 'http' });`

Apologies, this has been fixed quite a while ago. Perhaps this should be closed?

As for myself I found [this blog post](https://robertohuertas.com/2021/07/25/sveltekit-cognito-authentication/) very helpful.

please check pull request #340

Having same issue. here as well. GitLab 15.11 SonarQube 9.9.1 Sonar Gitlab Plugin 5.3.0 Since this is a null exception I reckon there are not enough checks to provide user...

> I solved it by using sonarqube admin token. The project token wasn't enough.. Anyone facing this issue please make sure first that your technical user gitlab access token is...

The following code seems to release the GPIO pin at the OS level, allowing me to reassign the pin successfully: ```diff DigitalInputConfigBuilder buttonConfig = DigitalInput.newConfigBuilder(pi4j) .id("button-" + 22) .name("Button on...