Maël Pedretti

Results 15 issues of Maël Pedretti

Hello everyone, This might be a dumb question but I can't find anyway to make this work with restructured text. Am I just too stupid to make this work or...

enhancement
wontfix

Hello everyone. This is an interesting project. However, this is sad that there isn't any translations for it. As far as I am concerned (owning FCE) there are things that...

enhancement
help wanted
good first issue
Hacktoberfest

Hello there, It seems that StatsD handles multilevel parameters this way: `traefik.entrypoint.request.duration[mean][90]`. According to the [documentation of Zabbix](https://www.zabbix.com/documentation/6.0/en/manual/config/items/item/key), it should be given in the format `[key1,key2]`. The example above would...

Hello there, Is there any way to add TLS and preshared-key support for this plugin? Thanks!

Hello there, As mentionned in the title of this issue, [`resend_activation`](https://github.com/sunscrapers/djoser/blob/master/djoser/views.py#L68-L69) action uses the `password_reset` permission from the settings: ``` py def get_permissions(self): ... elif self.action == "resend_activation": self.permission_classes =...

help wanted

Hello @mostafa, Here's a starting point for a fix for #244. I am not really sure how I should implement a test for this nor if this is the best...

work-in-progress

Hello there, I ran into a problem using the package with the following configuration: - Custom user model - USERNAME_FIELD set as 'email' When a user does not exist, he...

work-in-progress

As defined in [RFC7515, section 4.1](https://www.rfc-editor.org/rfc/rfc7515#section-4.1), tokens can include several more header claims than just `typ` and `alg` as allowed from this. I have tried to include a [`kid`](https://www.rfc-editor.org/rfc/rfc7515#section-4.1.4) one...

enhancement

Hello there, It seems that the package has difficulties identifying and filling image selection fields. Here's an example of file with such field: https://www.liguepulmonaire.ch/sites/default/files/documents/verordnungsformular_4f.pdf That's a prescription template. It detects...

Hey Mate, Pretty nice job you did here. However, I can't seem to find any tutorial about how to build it. Do you have one you can link? If you...