Thijs Damsma

Results 29 issues of Thijs Damsma

Adds a Select2Sortable widget that allows drag and drop reordering of a selection. As discussed in https://github.com/Pylons/deform/issues/465

I have created a few "advanced" widgets for my projects based on deform, and I would be more than willing to give them back to this repo but not sure...

enhancement
cookbook

When setting up a bunch of runners with `docker-compose up --scale runner=10` is is not possible (as far as I know) to give each container a unique value for the...

I am trying to grasp how to deal with modularized code that defines entities in different places. As far as I understand from the code one is supposed to call...

wontfix

Little experient to see if the schema parameter could be made optional. As the schema is the first argument it can;t be changed to optional without breaking backards compatibitily or...

This PR changes the way options are selected in the SelectWidget by using the options array index instead of a serializing the selected value to the DOM (cast to string)....

**Describe the problem you have/What new integration you would like** Currently (at least) the OV2640 camera module is supported in the esp32_camera component. In the espressif [esp32-camera repo](https://github.com/espressif/esp32-camera) also the...

Type: Documentation
integration: esp32_camera

I am having issues with the css import order when building the default app; Specifically material-icons.css has precedence over `quasar-mat-css after` building, but it's the other way around in dev...

See example, where did the `::` go? ```python from format_sql import format_sql print('\n'.join(format_sql('SELECT cast::jsonb'))) >>> SELECT >>> cast jsonb ```

Ok, so this might be a bit of an uncalled for update / rewrite. But here is what I did: - Port the code from https://github.com/lamnguyenvu98/xtherm-python by @lamnguyenvu98 as I...