Sandro Dentella

Results 16 issues of Sandro Dentella

Hi, in a configuration I'm struggling to setup I get to the point that the user is authenticated but when inside function acs, dict user_identity is empty. Does that mean...

Hi, this is my first attempt to configure SAML, forgive me if I ask silly/simple things but is not that easy to grasp the complete picture and the identity provider...

Hi, I was in the mood to write an addon to add cards to anki from reverso when I discovered alfredo-reverso. I know nothing about alfredo and I'm not on...

Is there a way to get the native name of a cultural code? We currently have a natural name for a language, but how can I have the natural name...

Hi, i realized that having part 'flake8' as below makes bin/ipython miss the 'apps' extra path. I don't know who's fault is this, and personally realized that flake8 part wad...

In the "other framework" section you have an example that works with quasar up to 0.17 ut not with Quasar 1+. QFields [should no be used with input and select](https://quasar.dev/vue-components/field#Introduction)....

I consistently have problems using DATA_SOURCE_NAME with more than one URI if the ports are not standard. I understand from this sentences: > Also, you can set a list of...

bug

Hi, I have not been able to use this adapter, maybe I just misunderstood the goal, maybe I misused it... I wanted to use it to test a configuration before...

Starting from cookiecutter 2.2 and surely on 2.4 the example of dictionary variables from the docs doesn't work anymore. I should probably say: It doesn't work as I was used...

documentation

I have a template that has this `cookiecutter.json`: ``` "pg_ports": {"port_list": [] }, ``` I'm using cookiecutter from python scripts and send values as `extra_context` as: ``` extra_context = {...