julienmalik

Results 11 issues of julienmalik

Fixes #13 It generates index.$lang.html for all langs if you put something like : ``` multilingual: - fr - es ``` in the root settings.yaml The first defined language is...

See https://github.com/Psycojoker/prosopopee/blob/master/prosopopee/static/css/style.css#L24 When the root page has both covers-1 and covers-3 (say you have 4 galleries), an overlap can be seen between the two galleries-line. Removing the margin: -4px in...

We should have a clear view on the license/copyright of all third parties involved : - css - js - fonts - python libs

on my ubuntu laptop, prosopopee runs fine with standard packages. - apt-install gm, python-jinja2 and python-yaml - git clone https://github.com/Psycojoker/prosopopee then from a site root : - python $CLONE_DIR/prosopopee/prosopopee.py I...

I need to make prosopopee multilingual. Probably it is not so much work and modifications, so i'd like to implement it. Opening this issue in the hope to get feedback...

from the nextcloud interface, when disconnecting we hit the url /yunohost/sso/?action=logout this triggers a 404 error clicking the disconnect button from the yunohost portal, we hit the same url, but...

bug
need info / test reproducability

[enhancement request] Implement tools to show/control the synchronisation status to the carddav server : - "Sync now" button - "Last successfull synchronisation on date:hour" message, next synchronisation in X minutes,...

enhancement

It's been quite some time since you added the python bindings, which is very nice news! Sadly there has not been any release since. This blocks distros for integration of...

enhancement

The code inside quad_tracking function is ambiguous to me. It reads in current master : ``` int quad_tracking(bool enable) { struct iio_channel *chn = iio_device_find_channel(dev_phy, "voltage0", enable); if (chn ==...

Since cmake >= 3.0, using CTEST_USE_LAUNCHERS requires include(CTestUseLaunchers), which is automatically done by include(CTest) Setting CTEST_USE_LAUNCHERS in the cache without including CTest later triggers a configuration error : CMake Error:...

in progress