Christian González

Results 109 comments of Christian González

> So in our case the API would be: `{% if variable > 8 and slots.header %}`? > > Two questions: > > 1. What happens if there's already a...

Looks normal: `HTTP POST /__htmx/PatientSearchInput/search_patient 200 [0.11, 127.0.0.1:46476]`

AH, think I got it. It is another error. Whin I click the button, everything woks as intended. When I press [Enter] in the input field, the form submits automatically...

FYI: I had an `{% on 'search_patients' %} on both the input field *and* the button. So it fired twice, and this seemed to trigger a race condition.

I have to reopen this, as the original issue is not gone... the oob swap is not respected. This is the view template: ```html {% extends ...%} {% load htmx...

@Samoht1 could this be closed?

Nevertheless, this would be a great feature, including adding more than one scans to one PDF: #94

you can see this problem easier, use a list that produces weekdays: ```python [a.date().weekday() for a in recurrence.Recurrence( dtstart = datetime(2021,1,1,0), dtend = datetime(2022,1,1,0), rrules=[recurrence.Rule(recurrence.WEEKLY,interval=2,byday=0 ), ], include_dtstart=False ).between(datetime(2021,1,1),datetime(2022,1,2),inc=False)] ```...

@ruiqurm maybe you could change the title to something like "between does not respect rrule pattern".