Gareste

Results 6 issues of Gareste

Hi, I'm using snap ruby 2.6, mariadb 10.4, on ubuntu 16.04. Building mysql2 through bundle leads to ``` Fetching mysql2 0.5.3 (was 0.5.2) Installing mysql2 0.5.3 (was 0.5.2) with native...

This should avoid the "undefined is not a function" error when terminating workers

feedback needed

Hi there, More a feature than an issue, it would be lovely to have a link for the release notes in the small "popup" that we get to inform of...

request

The Directories exercise can be solved using ``` server.route({ method: 'GET', path: '/foo/bar/baz/file.html', handler: function(request, reply) { reply.file('public/file.html'); } }); ``` However, the aim of the exercise is to check...

Hi, I needed to add the logs functionality, so that we can get them from CloudFlare and store them in our premises. I did this commit, which has a (important)...

MJML 4 completely reworked the command line arguments. Amongst others, minify and validation_level cannot be use the same way anymore. There are probably others that would need a change, though.