Gergely Kalmár
Gergely Kalmár
Well, that's the point, the monospace font looks different for each user right now depending on their OS and user fonts. Here is how the page https://docs.logikal.io/pyorbs/1.0.0/ looks on my...
Yes, that's a good example too, I see the same on the RTD blog. I guess it's not a very difficult fix, although if you also want to make the...
We are seeing the same issue. The connector works fine locally, so maybe this is something specific to the GitHub Actions environment?
Tried running our bootstrapping process and tests on a clean Ubuntu image, it also worked fine there. There must be something with the GitHub Actions image that causes this certificate...
Yes, I don't think this feature is working properly. Sadly this library does not seem to be maintained much, at least by looking at the open issues and the lack...
@davidrabinowitz @cnauroth We would really appreciate if this library could get a little more attention. In particular, while we see maintainers dabble around in the code, our issues and comments...
Thank you @AngusDavis for your thorough investigation! Could somebody fix the SSL context / trust store accordingly? WIF should definitely work with major CI/CD environments like GitHub Actions.
One alternative would be to follow at least the XDG base directory specification and create these in the appropriate folders instead. That way at least the project tree wouldn't be...
Indeed, due to this limitation it does not seem to be possible to include anything in a root config at all, which is a problem. In fact, if we do...
I'm not sure if that helps, from what I understand the limitation is that only a single level of includes is allowed. It does not matter what the root config...