Lars Schneider

Results 26 issues of Lars Schneider

``` SELECT CONCAT('https://$GHE_HOST/', org.login, '/', repositories.name) AS repo, REPLACE(pushes.ref, 'refs/heads/', '') AS branch, pusher.login AS user, MAX(pushes.updated_at) AS 'last push date' FROM pushes, repositories, users AS org, users AS pusher...

enhancement

``` sudo service ghe-user-disk stop sudo service ghe-user-disk start sudo umount /data/user sudo fsck -y /dev/mapper/ghe_storage_*-ghe_user_data sudo shutdown -r now ```

enhancement

**Describe the bug** Importing a large (15.8 MB / 16382 × 3794 pixels) HEIF image on my server with ARM CPU and 8GB RAM results in the following crash: ```...

bug
help wanted
scanner
dependencies
docker
pending response

I am using [photoview](https://github.com/photoview/photoview) which is importing HEIC/HEIF images with libheif v1.12.0 and I get the following error processing a HEIF image on machine with 4x32 bit ARM CPUs and...

**Description:** If a PR is enabled for [auto-merge](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository), then stale bot should never close the PR. Stale bot could add a comment to the PR saying that the PR is...

feature request