Max Brauer

Results 8 issues of Max Brauer

The pointer events are useful if you want to support mouse like behavior on a mobile screen because it combines the Apis for mouse, touch and normal pens. This pull...

If I use the `quad` layout ghtop is writing over the lines and creates some weird glitches. ![image](https://user-images.githubusercontent.com/12125053/132991998-3d07d22e-3069-4c89-b019-7cc9c939369b.png) My Setup: Arch Linux, 5.13.12-arch1-1 Terminal: Kitty 0.23.1 (38 lines, 151 cols)...

I used your library for a work project and benefited greatly from it. However, I noticed during the user tests that hardly anyone actually made the right click. Most people...

During my work on #6 I have seen that some of your code is never used. Please fix this: 1. `src/Styles.elm` line 95: The `disabled` flag is never used in...

# Support **Is your question related to a problem? Please describe.** Hello, I use this extension for my TYPO3 installation. I have everything configured as admin user and everything works...

needs-feedback

Github supports uploading artifacts directly to Github Pages: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow Using this needs some configuration in the project settings and a job like this one: ```yaml DeployGithubPages: name: Deploy Github Pages...

documentation
ContinousIntegration

I am working on a command line application with a git-like CLI interface and am using your project for this. Unfortunately, the error message is not very helpful when an...

If the user specifies invalid arguments and `--help`, CLI11 produces only a help message and no error message. I would expect an error message and then the help. Just like...