Otto Kekäläinen

Results 403 comments of Otto Kekäläinen

No, just link to the issue overview. You want users to skim existing issues before going to file new ones. For the composer issue I wrote a local fix to...

What about `dpkg -l | grep -e mariadb -e mysql`? By the way, MariaDB 10.1 and Ubuntu 18.04 are getting pretty old by now. Recommend using e.g. MariaDB 10.3 and...

And there is https://github.com/mozilla/i18n-abide too, which is very much like node-gettext but with the significant extra feature of po2json preparsing, which makes the user visible result much faster yet keeps...

I just found in your TODO that you have considered the need for po2json. Maybe you could simply adopt the version from https://github.com/mozilla/i18n-abide/blob/master/bin/po2json.js, which is already Node.js'ified?

This makes sense, just wondering why target stable 10.11 branch? Perhaps this should go in 11.4 or 11.5 instead?

Thanks for taking a look! Serg suggested removing the libmariadb symlink in https://jira.mariadb.org/browse/MDEV-23538. The PR is technically done, we just need to get a technical decision on the naming, see...

And yeah, the `debian/rules` would be better done in CMake. I can close this PR if you want to take a shot at putting the files with correct names in...

@illuusio If you make a CMake level implementation and post the PR url here, I will close this PR in favor of yours.

> @illuusio If you make a CMake level implementation and post the PR url here, I will close this PR in favor of yours. Ideally this would be fixed on...

Rebased on 11.0 now. It was already fine to merge in 10.9, hopefully it will get merged now.