Sébastien Corbin

Results 97 comments of Sébastien Corbin

Source the non-lazy virtualenvwrapper and it will be ok

Could be taken from https://github.com/andialbrecht/sqlparse/blob/master/examples/extract_table_names.py or https://stackoverflow.com/a/69684339/848811

I'll leave this open, having a `clear_profiling_data` would be a nice addition but you can also have a look at [django-unused-media](https://pypi.org/project/django-unused-media/) or [django-cleanup](https://pypi.org/project/django-cleanup/)

Interested in this, will work on it if I have time, three remarks: - I suggest we change the issue title to _Pass page context into the construct_wagtail_userbar hook_ -...

How about something like developer puts in its template: `` And during replacement: ``` if message.alternatives and len(message.alternatives): for alt, mimetype in message.alternatives: alt.replace('', header) ```

Could you try adding `joint='curve'` to the [`ImageDraw.line()` call](https://github.com/fle/django-jsignature/blob/master/jsignature/utils.py#L42) ([docs](https://pillow.readthedocs.io/en/stable/reference/ImageDraw.html#PIL.ImageDraw.ImageDraw.line)) and tell me if that fits your needs?

We're already using "native" vector export https://github.com/brinley/jSignature#data-import--export-and-plugins which does not compress data (and is the format used by jSignature strokes to store while signing). I think the issue is in...

So now it depends on your use case: - either you need the exported image on the server side, and you're stuck with PIL, or you could try to render...

Allow me to reopen this, the settings are currently only used by the widget, but it seems logical to be used by `draw_signature()`.