fboerman
fboerman
This adds Linkedin oidc login provider to kratos. I have mainly adapted the Github provider and it works virtually the same. LinkedIn like Github does not implement OpenID connect and...
Hi, I have an enumfield that I have disabled as part of a form with disabled=True. however then the validation always validates the field as being wrong. After some debugging...
hi, it seems that python 3.10 has unfortunately broken pyswagger due to a change in the collections library. an example: ``` File "/venv/lib/python3.10/site-packages/esipy/__init__.py", line 6, in from .client import EsiClient...
i like the idea of this but when i import the robot class as in the example i get a syntaxerror on line 303 with the print e statement. This...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
## Steps To Reproduce 1. create a query which returns data with at least one column with timestamp with timezone data, make sure the data is in a non UTC...
i get an error when i try to run flux on ubuntu 13.10 with openbox: Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 381, in app = Fluxgui() File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py",...
## Steps To Reproduce 1. have a postgresql connection 2. load a table with one (or more) columns with double precision type 3. reference it in a post ### Environment...
I would like to surpress all printing of the primal simplex solver for CyClpSimplex when calling primal(). I have tried to do so with python contextlib to redicrect stdout and...
## Steps To Reproduce create a dropdown with some options from a sql query. observe that search does not work. this is with latest version (34) ### Environment - Node...