Bart Van Loon

Results 19 issues of Bart Van Loon

My apologies if I'm missing something blatantly obvious, but I can't find a way to remove a character as a delimiter in csv.vim. In a file that looks like this...

So, as an overview, here's the current state of the sample code in the documentation with regards to the upstream samples: - most work perfectly fine, except for the ones...

After completing the API documentation in #33 , I'd like to add some more user friendly documentation like `how to get started`, `installation`, etc... Now, I'm a fairly new an...

Technical question: why are some structures defined completely in `structures.py` and others partially in `structure_declarations.py`? Just asking as it makes importing them more of a hassle, since one needs to...

Running `pytest` on my system (Linux 64bit) with the latest libfmod libraries (version 2.1) results in some failed tests: - tests/test_channel.py:25 - tests/test_channel_group.py:33 but, most notably, in a consistent segfault...

Proposal for testing: We need to test for various platforms, various Python versions and various FMOD releases. I can set up something like tox to take care of some of...

Hi! I like the forms feature in Cryptpad. I'm a little less happy with how they look like when published however. Is there a way to apply a custom template...

Feature Request
Form
UI/UX

I'm building a model with a field of the type `select`. My choices are URLs with query strings, and thus include '='-signs. This doesn't work now, because of implied_labels https://github.com/lektor/lektor/blob/a170b4965eab7bf79e5ab739c715214e97e76bf7/lektor/types/multi.py#L35...

When you render a form with `form_type="inline"` the form labels get the class `visually-hidden` assigned to them. I was wondering what the rationale behind this is? Is this a best...

As far as I can interpret the code correctly, I believe that there is no serialising happening at all for columns provided to a `Related` field. From `class Related(fields.Field):` ```...