Markus Binsteiner

Results 15 comments of Markus Binsteiner

Same happens if I try to use the class as a static field of itself: ``` class Division(Model): name = String() id = Integer Division.parent = Division() ```

Yeah, I had a go at using caddy a while ago, but couldn't get it to work in front of Seafile properly. Do you have a caddy config that works,...

Agree with @jonatasbaldin , I use a wildcard certificate for my ingresses, and it seems that is not directly supported by this operator. I might be wrong though, or not...

@alexellis thanks. I don't really need the DNS01 challenge, as I'm re-using the same wild-card certificate for every one of my ingresses. It kinda works for me at the moment,...

Sure, I hope I remember the details right, the setup I used 2 weeks ago is gone and I'll re-build it again next week or so... Basically, (the tls-specific parts...

FYI: I've had good success with using this as a layout engine: https://github.com/kieler/elkjs -- it's fairly trivial to integrate manually, so personally I didn't really miss having sveltet doing this...

@jhuitema I only used it for a proof-of-concept so far and I haven't gotten back to it to clean it up, but here's what I did then: [example](https://github.com/makkus/lumy/blob/develop/src/lib/data/ValueLineagePanel.svelte). I did...

Funny, I have the exact same issue as @draptik (only the `2` command fails), with the same error messages when trying the suggested debug outputs. My input looks fairly similar....

@jbyers19 as a workaround, you could use the 'call_api' method directly, sorta like: ``` path_params = { "name": "https:argocd-server:443", "namespace": "default", "path": "api/v1/session" } body = { "username": "admin", "password":...