Simon Perdrisat

Results 88 issues of Simon Perdrisat

The option to install it on MacOS are to complex (on top of that macport is relatively unstable and messy) for most users. Would be great to generate a MacOS...

As of the release of Drupal 8.8.0 - the recommend composer template changed from drupal-composer/drupal-project to the officially supported: drupal/recommended-project I think this should be indicated in the readme.

I'm using https://play.google.com/store/apps/details?id=keepass2android.keepass2android&hl=en on android (sync via dropbox). Keepass2android let me add entry using template (Standard entry, Credit Card, Secure Note, ...). Those template are recognized by keepassxc for added...

high priority :rotating_light:
EPIC
ux

When searching, removing the content of the search field will show no items. **To Reproduce** Steps to reproduce the behavior: 1. Write some stuff in the search box 2. Erase...

How to reproduce: 1. Firefox is in full screen 2. Open a page with a login form 3. Go on MacPass 4. Click "perform autotype" Nothings append :/.

Bug

When you deletion of a group you go this notification: Using notification for such user actions is bad UX (stressful has their is a delay, useless as you just had...

Simple Tab Group manages poorly tabs not in a group but only attached to a window. This can easily lead to tabs lost. This is not acceptable for a "stable"...

**Describe the bug** When you switch to a tab using the "switch to tab" feature it will **not** open the tab if it's in a closed group. **To Reproduce** Steps...

Hi, I opened the CSS file in my IDE (phpStorm) and the IDE directly found mistakes in the code. May be worth tried a similar tool, or use some linter....

In the following code `display: -webkit-inline-box; `mismatch with the inline-flex. ``` .button.icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } ```