Manuel Linsmayer
Manuel Linsmayer
Hello, I would like to put multiple paragraphs under one bullet/list item. According to Markdown syntax this should be possible by indenting the second (and subsequent) paragraphs, however, Slate renders...
Hello, how is that possible, using different passwords (but only differing in last digit)? Is the last digit some sort of checksum? $ ./signal-back_linux_amd64 check ./signal-2022-05-08-05-21-21.backup Password: XXXXX XXXXX XXXXX...
Hello, is there a way to have discriminators on Map values? ``` @prop({ type: Map, of: Vehicle, discriminators: () => [Car, Truck, Tractor] }) public vehicles: Map = new Map();...
Hello, I'm having problems to test my code using Jest because jsonld library is using digitalbazaar/http-client, which in turn uses ky-universal/ky, which is only available as ESM build and does...
Hello, I'm trying to install a role from a private repository at github, but I do not succeed. I'm using latest version of this provider (0.6.0). My provider configuration looks...
Basically this is not working at all, at least with PHP 5.6. I'm using the samples right from the README file, without any success. There are (at least) two problems...
Hello, my EML files on disk look a bit strange, the first line is a timestamp with some spaces in front. ``` Tue, 12 Feb 2019 11:12:02 +0100 (CET) From:...
Hello, in your go.mod file, you have the following dependency: github.com/Azure/kubelogin v0.0.0-00010101000000-000000000000 When trying to open a project with a dependency to provider-kubernetes, I get the following error: $ go...
Hello, my provider based on this template outputs the following warning: ``` [controller-runtime] log.SetLogger(...) was never called, logs will not be displayed: goroutine 29 [running]: runtime/debug.Stack() runtime/debug/stack.go:24 +0x65 sigs.k8s.io/controller-runtime/pkg/log.eventuallyFulfillRoot() sigs.k8s.io/[email protected]/pkg/log/log.go:59...
Logout
Hello, in the example implementation you provide a route for "/logout/{provider}". As far as I understand Goth only keeps own session only while doing the authentication flow and destroys session...