Yaroslav
Yaroslav
Seems ory abandoned support for self-hosted version or kratos/keto and support only their online/paid service? I found fief project is working well with python and flask (and has very responsive...
@znorris I do not have any other references, only my guesses. But I see this ticket from Aug 30 (about problem which is very easy to reproduce) and still no...
Yes, I agree. Thank you for report. For now do not have time to fix it, but will fix it when I will get time. I tried, but seems simple...
Please check new style - footer is on bottom now. (Thanks to ChatGPT!)
showcert uses pyproject.toml for packaging. `cryptography` installed as dependency for other package (`pyopenssl`). But since showcert uses cryptography directly, I added it as direct dependency. Also, pinned versions for all...
Yes, usually I install it via `pipx`, so it runs in virtual environment, but I'd be happy if showcert will be easy to install in Fedora. I do not use...
I published showcert 0.2.5 1. dependencies now unpinned and uses `>=` syntax, using oldest version supported by Fedora (tested, it works) 2. I split tests to two files `test_local.py` and...
Since no reply, I suppose issue is fixed :-)
Okay. If you need showcert to require lower version of some dependency, let me know, I will test if it's ok and can change it.
Thanks for your bug report — it highlighted an important point that was indeed missing from the project. Evalidate 2.0.3 used context as `locals` for eval, while list comprehension can...