Patrik Trefil
Patrik Trefil
### Is there an existing issue for this? - [X] I have searched the existing issues ### This is a CLI Docs Problem, not another kind of Docs Problem. -...
I had to make minor changes to the Apple Script to make it work. Referring to the app by id works fine. ``` yabai -m signal --add event=space_changed \ action="osascript...
On Dwm 6.2 multi-monitor support does not work properly. Only the primary screen gets the break message.
1. productInfo is not always found in organic results. 2. More importantly, the pricing is parsed to a number, but **no locale information is taken into account** (some locales use...
Export endpoint `/formio/form/:formId/export` is not documented in [the API docs](https://apidocs.form.io/).
Please provide documentation for the project.json file. I am having a hard time guessing what each property is for and how it is used. It would be great to have...
I suggest simplifying the Docker build and not mounting the host system at all. I added a dockerignore file to ignore some folders on the host system and during the...
## Motivation Currently, we can require `@throws` tag on functions that have a `throw` statement directly in their bodies. I think it would be great to take it to the...
Could you also export the type of the plugin options of Docusaurus so it could be used with JSDoc like this? ```js /** @type {import('@docusaurus/types').Config} */ const config = {...
## Observed behavior If the generation of the markdown files throws errors, then the whole build is considered to be successful. ## Expected behavior The build should fail. ## Steps...