Bart Feenstra

Results 155 issues of Bart Feenstra

Thanks a lot for publishing this code! The more I read through it, the more useful features I find.

`.travis.yml.dist` defines `DRUPAL_TI_MODULE_NAME`, which describes the project name, but not any specific module, since a project can contain multiple modules. In addition, `DRUPAL_TI_SIMPLETEST_GROUP` can probably contain multiple group names, but...

enhancement
help wanted

`nginx.conf.j2` is configured so that if the site is multilingual and a request to a static (non-localized) path yields an HTTP 404 Not Found response, clients are issued an HTTP...

bug

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

The `image` and `file` Jinja2 filters incur a lot of I/O due to some needless linking and copying, but also because even without that, the I/O involved with checking if...

enhancement

The Betty GUI now uses Qt's default theme, which neither fits in with the host operating system's GUI very well, nor is it distinctive or appealing from a project perspective....

enhancement

The Project GUI menu action does not open the menu. It is clickable, but nothing appears to happen on any click.

bug

@SnoopJ in #python said this *may* be possible using Pyinstaller's `--onedir` mode.

enhancement

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

enhancement