Otto Kekäläinen

Results 116 issues of Otto Kekäläinen

What shall we do about this? ``` wp-vagrant/roles/hhvm/templates/php.ini.j2:date.timezone = Europe/Helsinki ``` Related, should the locale be C instead of en_US? ``` wp-vagrant/http/preseed.cfg:d-i debian-installer/locale string en_US.utf8 wp-vagrant/packer.json: " locale=en_US", ```

I just did a pull request #177 for right-aligning numbers in cells. This way it is easy to scan a column and spot values that are unusually big or small....

enhancement

### What happened? Currently is a user follows a rotten link they will be presented with a very plain 404 page. Example from https://optimizedbyotto.com/asdf: ![image](https://github.com/CaiJimmy/hugo-theme-stack/assets/668724/d1a379fc-8e6f-47b4-968d-964612ae8acc) The page could have some...

## Feature request I like my new theme a lot, but there is one small thing that I miss from my old blog theme: showing tags on the home page....

feature

### What happened? I am using the built-in Photoswipe on my site. Example post at https://optimizedbyotto.com/post/gitlab-mariadb-debian/ The width of the box where the image is shown is 817 pixels: ![Screenshot...

### What happened? I am using the built-in Photoswipe on my site. Example post at https://optimizedbyotto.com/post/gitlab-mariadb-debian/ When a user clicks on one of the images to zoom in, Photoswipe does...

### What happened? Sometimes people want to link directly to a section in a post. This could be made easy with an anchor link that comes visible on hover would....

No functional changes, only updated comments and docs.

Currently it seems that the [GitHub licensee Ruby library](https://github.com/licensee/licensee/tree/main/lib/licensee/matchers) they use for detecting licenses does not read the path `LICENSES/`. People hosting their code on GitHub probably value having GitHub...

upstream
stale

## Describe this PR I have never used Prisma before, and it took me quite a lot of extra effort to figure out if Prisma supports MariaDB at all because...