Otto Kekäläinen
Otto Kekäläinen
MariaDB 11.7 with vector support was released in November 2024: https://mariadb.com/kb/en/changes-improvements-in-mariadb-11-7/ Please review this for inclusion now.
Nice, thanks!
Seems your solution was to put back the legacy behavior: file { $log_dir: ensure => 'directory', owner => $mysqluser, group => $mysql::server::mysql_group, } This was removed upstream as Linux distros...
@dveeden Could you suggest what is the best entry-point to this? I've read `docs/dev/README.md` etc but struggling with this. Initially I though it would be enough to just force `func...
What do you mean by local mirror? Which function/code path did you have in mind? I am trying to avoid using any mirror or copying binaries into users home directories....
> I'll have a look at this tomorrow as I'm attending a conference today Could you please comment / provide guidance so it is easier for me to finish this...
Isn't the mirror used to fetch the components that get installed in `~/components/` which include grafana, pd, playground, prometheus, tidb, tiflash and tikv. If we completely disable the mirror or...
@dveeden Any comments about the overall direction of the latest version of this PR?
There are a few places in the provided code where a nil pointer dereference (segfault) could occur when the IsPackagedBuild flag is true. When IsPackagedBuild is true, the v1Repo field...
I don't have experience with GitHub workflows, but I am guessing that changing > git tag -f weekly && git push -f origin weekly to > git checkout -B weekly...