Stéphane "Twidi" Angel

Results 38 issues of Stéphane "Twidi" Angel

Version 1.2 will add a few features and support for django 2 (with same support for previous versions. Then version 2 will follow, supporting only python 3.

on-hold

Something like ```python class States(Choices): ONLINE = (1, 'Online') DRAFT = (2, 'Draft') OFFLINE = (3, 'Offline') ``` An attribute could accept a tuple, as above, or a single value,...

on-hold

Hi To have a more efficient storage i needed to use another protocol for pickle, so i added a way to change the default one. Default is 0, and change...

Nothing happens when I click on my login Note that it's ok on Firefox on Android

The SSE extension add listeners to children with `sse-swap` tags when the EventSource is created. If, for any reason, a node is added later with its own `sse-swap`, the event...

bug
extension

Due to how closures work, when the function defined in `setTimeout` is called, the `classOperation` will be the last one in the for loop. https://github.com/bigskysoftware/htmx/blob/v1.7.0/src/ext/class-tools.js#L52 So having `foo add:1, bar...

I want to use the new sse extension but it doesn't work when using "defer" because the dom is "parsed" by htmx before the load of the extension. I declare...

**Describe the bug** When running code of "deckinfo" example in a function (instead of just in `if __name__ == "__main__"`), the code runs well BUT at the end, an error...

bug

To know if a message should be added to Github we check if it was already added. Or if we have more than one messages for a line, they are...