Bart Van Loon
Bart Van Loon
`marshmallow_sqlalchemy.fields.Related` currently takes a kwarg `column` telling it which columns to use for serialization of an SQLAlchemy relationship data. However, the method documentation speaks of a `columns` parameter (plural). Both...
I was having an issue with an HTMX event not being triggered, even while everything seemed to be in order: - the event listener was defined and attached properly -...
**Describe the bug** After upgrading from 2.15.0 to 2.16.1 the GUI shows no option on the home pane. The messages and settings seem to work fine, but there is no...
In a plugin I'm writing, I wanted to change the jinja env, like so: self.env.jinja_env.variable_start_string = r"\VAR{" self.env.jinja_env.variable_end_string = "}" in `on_setup_env`. This seemed to work fine at first, but...
I am using Morgen (https://morgen.so) as a calendar app with some Baïkal and and some Google calendars in the backend, but their booking page feature wasn't working well with their...
### What happened? I'm trying to create a new widget. Following the latest documentation (generated March 2023 apparently), I can't get the widget to work as the browser javascript console...
The past few days I have worked on reverse engineering a smart scale I happen to own. The brand is e-volve and the companion app is Fitdays. I figured out...
Hi, I compiled the code from the repository with the following small changes: - commented out the includes of `avr/sleep.h` and `avr/eeprom.h` - changed the SoftwareSerial ports to 16 (TX)...
Hi, I just installed htmail-view to enhance my mutt experience (previously, I opened HTML email in firefox, which was way too slow). I'm happy with the speed, but it seems...