Results 86 comments of Nathanaël

Any chance to have this CSS modification included in hint.css?

> But how will be the aliases stored, I'm not sure that the webextensions remember this kind informations when we close the browser ? LessPass can currently store [some informations](https://github.com/lesspass/lesspass/wiki/FAQ#what-information-are-saved-in-lesspass-database)...

> So this is a bug :) > It should **replace** site with the site saved in the profile The behavior I'm explaining is that *It should **add** url to...

Ok, lets do this: ![](https://i.imgur.com/09j08ia.png) ![](https://i.imgur.com/6EPo20i.png) I **totally admit** that for both `example.com` and `accounts.example.com`, the username field is filled. But it's not the purpose of this ticket. As you...

Wow, It's not a typical use-case... Are you personally concerned by this or is it an hypothetical scenario who possibly appends to one user in few years? :D ~A solution...

@panther2 Ok, ok I tough it was very very uncommon :) But my proposition is totally retro-compatible and optional: In your use-case, you only need to don't set aliases. :)...

> if in database you have `{site: 'a.com', login: 'test'}` and you visit `www.a.com` it should replace the site with `a.com`. Good to hear that! But I don't understand... If...

I have troubles with passwords for decades: - in the first hand, my brain stucks to remember several secure passwords; - in the second hand, I wanted to get all...

Up, please. :-) This issue is very inconvenient for our project since we are developping a text editor.

It seems this is a JavaFX issue. When I run this application: ```java package sample; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Label; import javafx.scene.layout.BorderPane; import javafx.stage.Stage; public class Main extends Application...