Julien

Results 22 comments of Julien

@facchinm When running with the JRE shipped with version 1.8.3, I get the following error message: ``` Gtk-Message: 22:40:58.924: Failed to load module "pk-gtk-module" ``` Although, when upgrading Java as...

@zhouqiang-cl @sebastianfuss installing `bind-tools` just seem to use a statically built binary seem to only solve the `nslookup` command but not the underlying issue.

@swift1911 could you share with us the test you used and the version of alpine+musl that you used? That would be of tremendeous help to check for a fix!

@disjukr I personally prefer having the pipe as the flow operator. Even if the `=>` is explicit enough though...

Too many pipes... kill pipes. Brackets / Indentation are a very good way to have both fast and expressive way of writing things. - Brackets are very clear when you've...

Do you mean using a cron to check for security upgrades, or using `unattended-upgrades`? Is there packages that shouldn't be updated?

Looking back at this, I think that we should use `unattended-upgrades` specifying not to upgrade unicorn/nginx/mariadb/... that we should pin at some point. Github has a feature to subscribe to...

Hey Peter, Do you know if this has been worked on since 2018? I still think this package is probably a great fit. Regarding the restart, this might have been...

This will be easy to fix when #5 will be solved.

Hey Peter, I see that HSTS has been added to the nginx configuration, but it hasn't been enabled yet (it's commented): https://github.com/lobsters/lobsters-ansible/blob/master/roles/nginx/files/test/nginx/sites-available/lobste.rs#L84 If it hasn't been working properly, would you...