Otto Kekäläinen

Results 116 issues of Otto Kekäläinen

In git a tag is supposed to be a permanent pointer to a specific commit. A git branch, on the other hand, is expected to be a pointer that keeps...

enhancement
triage

This is halfway between a bug report and a feature request. Since the latest update to https://salsa.debian.org/salsa-ci-team/pipeline#running-the-pipeline-locally this gitlab-ci-local is now advertised as a potential tool for running the Salsa...

elaborate

Thanks for maintaining gitlab-ci-local! This project uses rich releases at https://github.com/firecow/gitlab-ci-local/releases. Could you please consider also offering signatures alongside the tar.gz and other artifacts in your releases? It is good...

nice

**DRAFT - DO NOT MERGE** Introduce a new `check-dependencies` target that verifies the presence of required system packages and Go tools on Debian systems. This improves the developer experience by...

size/M
do-not-merge/work-in-progress

**THIS IS WORK-IN-PROGRESS, DO NOT MERGE** This is not functional yet. E.g. `tiup list` segfaults. However, with this applied, one can run `tiup --help` without triggering forces network lookups. -----...

size/M
do-not-merge/work-in-progress

## Feature Request The commands in TiUP do not currently have any man pages. Typically all commands in a Linux/Unix system have man pages, which can be browsed on the...

type/feature-request

Hi! What is the long-term plan for the TiDB fork of RocksDB 8.10? Have you submitted the patches upstream and plan to use vanilla upstream RocksDB some day in the...

Instead of having both the Go team custom CI and Salsa CI, simply use the default template with minimal customizations from https://salsa.debian.org/salsa-ci-team/pipeline/-/blob/master/recipes/salsa-ci.yml This simplifies the CI and continues to give...

I was looking at the page https://docs.opencart.com/en-gb/requirements/ and it does not mention MariaDB. Are people running OpenCart exclusively using MySQL or does it also work with MariaDB? If it supports...

I just discovered this Go database library, seems quite interesting. However, I use MariaDB and the README explicitly only mentions "MySQL 8" and the GitHub topics also only have "mysql"...