Dominik Schilling

Results 66 issues of Dominik Schilling

**Use case:** You get a config file from your hosting provider which includes IP and port settings: In `assh.d/hosting/example.yml` ```yaml hosts: example.org: Hostname: 236.76.138.168 Port: 2221 ``` Since you're using...

ready
Ideas

This is about values like `0755` or `0664` which are used for file permissions. When using `DIR_PERM=0755` then `env()` will convert this to `int(755)` but the correct value should have...

GitHub has [announced](https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/) that workflows "_now support a `concurrency` key at both the workflow and job level that will ensure that only a single run or job is in progress_"....

``` 'notifications|notificationss|notificationses|notificationsed|notificationsing' 'requirements|requirementss|requirementses|requirementsed|requirementsing' 'permissions|permissionss|permissionses|permissionsed|permissionsing' ``` When adding a new glossary entry it's actually not documented what type the term should be. The code currently assumes that only a singular term...

[Type] Bug

Looking at some examples generated by `gp_sort_glossary_entries_terms()` and in non of them the suffix `es` makes sense. Should we drop it from the default list? https://github.com/GlotPress/GlotPress-WP/blob/3304c4e0244e412c29c1b4f2d8a9e7b0f205bc73/gp-templates/helper-functions.php#L114-L116 The examples: ``` 'Human-readable|Human-readables|Human-readablees|Human-readableed|Human-readableing'...

[Type] Enhancement

Having an entry for `strong` should not provide a tooltip for `` tags. This also contradicts the [`notranslate` CSS class](https://github.com/GlotPress/GlotPress-WP/blob/5b4adbb41931dd0cbea5957de9c7514cbc96777e/gp-templates/helper-functions.php#L30):

[Type] Bug

Similar to #1382 but for HTML attributes like `class`.

[Type] Bug

GlotPress supports a few keyboard shortcuts but they are not documented. I think there should be modal which opens by pressing SHIFT+?. **Examples:** GithHub: o2: Google: WordPress:

[Type] Enhancement
[Type] Design

See https://core.trac.wordpress.org/ticket/31491 and https://core.trac.wordpress.org/changeset/35213. This helps to test if changes like #799 are working correctly with a persistent object cache.

[Type] Build Tooling

Currently we have small 'Active' label next to the project name. The label is visible in the breadcrumb or the project list if a project has sub-projects. Though, the label...

[Type] Enhancement