Thorsten Frommen
Thorsten Frommen
The `HeadingSelectControl` component allows for choosing one of a pre-defined list of heading levels. It is intended to be used for blocks or plugin sidebars where some text element needs...
This is a different approach to #29 and #31. --- Publish a new release: ```shell npm run release ``` This is using [`np`](https://github.com/sindresorhus/np), as well as the `postversion` and `postpublish`...
# 👋😃 As already discussed, I have taken some time to review the current state of _Authorship_, looking both at the codebase, the functionality and user experience, and developer tooling....
Hi Marko, what do you think about giving the module a new task (e.g., `glotpress_upload` or `glotpress_import`) in which you specifiy a `.mo`, `.po` or `.pot` file and use it...
While reading the docs, I just noticed that the class name of the custom blue theme is slightly wrong.
Consider the following [snippet](https://psalm.dev/r/e128b3793a): ```php /** * @psalm-type Foo = object{ * bar: object{ * baz: string|null, * }, * } */ /** @var Foo */ $foo = (object) [...
### Is your feature request related to a problem? When using the `automatic-release` workflow, it currently is a hard requirement to have a `package.json` file, otherwise the `semantic-release` execution will...
👋 Hi there! The diff looks a little wild, but I essentially only swapped the sections for the `UseFromSameNamespace` and the `UseDoesNotStartWithBackslash` sniffs, which were not in the correct alphabetically...
### Is your feature request related to a problem? A lot of (legacy) code contains license information in the file header. Recently, it was decided to no longer include any...