rugk

Results 645 issues of rugk

## The problem The code coverage of the JS tests is lacking… > Unit tests: This could have been detected by JS unit tests, but those are much weaker than...

enhancement
help wanted
code quality
good first issue
javascript

## The problem We have no e2e tests yet in our project, but in an [aftermath of a release](https://github.com/orgs/PrivateBin/discussions/1334), we think we should probably add something. [These tests](https://dev.to/betoyanes/unit-vs-integration-vs-e2e-tests-4b2o) should just...

enhancement
help wanted
code quality
javascript

Tests fail due to: > We are waiting on guzzle to release a version with their PHP 8.4 fixes - it is not released yet and may still get further...

bug
code quality
blocked

## The problem Upgrade to Bootstrap 5 in https://github.com/PrivateBin/PrivateBin/pull/1287 has shown: * we have a big maintenance burden by maintaining the page template * we have to care when adjusting...

enhancement
code quality
deprecating

Due to some [minor changes in my `signrelease.sh` script](https://github.com/rugk/gittools/blob/master/signrelease.sh) I tried testing that out again, locally. ## Steps to reproduce 1. Checked out PrivateBin git repo as of 9a476ac3, clean...

bug

## The problem Licensing is complicated, if you want to do it right. And if you were to really do it right you would have to mark each file. And...

enhancement
code quality

In https://github.com/borgbackup/borg/issues/8040 I asked some project maintainers to switch to your solution, but it appears to be kissing one important requirement: isolation e.g. in containers or VMs. That said, that's...

### Idea If a railway is crossed (aka two lines of [railway](https://wiki.openstreetmap.org/wiki/DE:Key:railway?uselang=de)=[tram](https://wiki.openstreetmap.org/wiki/DE:Tag:railway=tram?uselang=de) e.g.), OpenStop asks twice, i.e. once for each rail of the railway (even though they are directly next...

feature request

### Problem The app asks this question: ![Screenshot_20240326-110700](https://github.com/OPENER-next/OpenStop/assets/11966684/e64339f0-db9e-494f-8721-2672394bffed) Even though the crossing has previously been tagged (in an opensteps question) to only contain markings for bicycles. And it also only...

good first issue

## Example E.g. say you have the following YAML: ```yml version: "2.1" services: grocy: image: lscr.io/linuxserver/grocy:latest container_name: grocy volumes: - $HOME/config:/config:Z ports: - 9283:80 ``` This currently get's mapped as...

enhancement
help wanted
blocked