Bart Feenstra

Results 155 issues of Bart Feenstra

When the `betty.plugin.nginx.Nginx` plugin's `https` configuration is set to `null` or `true`, nginx configuration is generated with an SSL/HTTP2 server, which is invalid until someone manually adds `ssl_*` directives. Instead,...

enhancement

The nginx configuration cannot work for the host and the Docker image simultaneously, because both need different `root` paths. The solution is to generate two different `nginx.conf.j2` files: one for...

bug

Windows 10, when serving a site, the warning `Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')` appears in the logs. This could be...

bug

## Definition of Done - filters - depth - entity type - specific associations only - replace `functools.walk()`

enhancement
BC break

Usernames are processed in a case-insensitive way for a good reason (maintainers often make capitalization errors), but this also means that people with the same names but different capitalization share...

Would it be feasible to convert this container to something usable in production as well? It would greatly reduce people's pains in trying to run Mycroft on platforms other than...

This fixes https://github.com/bartfeenstra/betty/issues/1373 ## To do - collect service dependencies - add a rebuild API and implement it for service dependencies - ensure full coverage for newly added code ##...

enhancement
python

This fixes https://github.com/bartfeenstra/betty/issues/1328 ## Blocked by - https://github.com/pyinstaller/pyinstaller/pull/8198

enhancement
dependencies

This fixes https://github.com/bartfeenstra/betty/issues/1326