Sergei Maertens

Results 58 issues of Sergei Maertens

In version 1.0.12 field_type was added to the fields variables available in the template. This breaks the *input widgets, as before this value was empty and caught by the 'default'...

Right now, when using the field tag with a form field that doesn't exist on the form, an AttributeError is raised (__get__). It would be better if that error is...

Just ran into this bug (and I probably know how to fix it as well): Given a form: ```python class FreeformExportForm(forms.Form): templates = forms.ModelMultipleChoiceField( queryset=Template.objects.freeform(), initial=Template.objects.freeform(), widget=forms.CheckboxSelectMultiple ) ``` where...

bug

Mostly a self-reminder: with the past few releases the upgrade path from formulation has changed a bit and should be better documented - expecially with regard to `value`/`raw_value`.

enhancement

First of all - thanks for this library, the demo project is really cool to test out the various features! We're looking to integrate kagi in some serious projects, and...

I'm checking if I can upgrade a project to Python 3.12 yet, and while doing so, this library shows some syntax warnings: ``` 2.508 /usr/local/lib/python3.12/site-packages/precise_bbcode/bbcode/placeholder.py:37: SyntaxWarning: invalid escape sequence '\w'...

Hi, I was wondering if you know of any BBCode editor that supports selecting text in the input/textarea and then clicking a BBCode tag button to apply it to the...

I tried tracking down in DMN-TCK if there's a test case for this, but couldn't easily find one. I also couldn't find an explicit case in the DMN 1.3 FEEL...

bug

_This was discussed a little bit in a call with Robbert._ Currently the NL DS components don't have any styles or design tokens for responsive styling. There are also a...