Sandro Dentella
Sandro Dentella
As an addon to what already stated above, the `user_identity` is empty becouse `authn_response.assertions` is empty. My doubt, as I know nothing of saml2, is: it's my fault that I'm...
We made some more steps understanding this error. Following what happens in pysaml2 package we noticed that in parse_authn_request_response there's a call to `parse_assertion` that has a loop (while) that...
Can someone confirm to me that I'm not misreading the docs and that multiple targets are allowed to be declared in the same DATA_SOURCE_NAME?
Thanks @sysadmind, I confirm that this example works perfectly. I further tested `postgresql_exporter` in docker with PostgreSQL on different servers and it still works. Nevertheless in my staging environment it...
hi, I *did* read the readme. What puzzles me is that if I change the resolution in /etc/hosts that's a way to get a hacked IP, but in that situation,...
BTW: in your example you use `session.get(uri, ...)` in that context uri is certainly not the path... in my opinion the example is correct, the documentation needs to be fixed
I want o add another reason for using variable interpolation in `pyproject.toml`. When you add a dependency on locally stored projects as in: ``` [tool.poetry.dev-dependencies] thx-sphinx = {path = "../thx-sphinx"}...
I have the same problem if I add opt 'width'. An example [on codesandbox is here](https://codesandbox.io/s/ywww6njkxz). I imagine that links are added by html2pdf (ie: nhot jsPDF and not html2canvas),...
The goal was to get a higher resolution in the resulting pdf. Maybe there are better ways. It was the result of trial and error that gave me 300 dpi...
Hi @eKoopmans, yes I tried to scale w/o setting the width and the result is "horrible". The definition is very low and the page is not filled (less than a...