Mauro Molinari
Mauro Molinari
I found the same issue today, I had to reinstall 7pass after a SD card change and I experience the exact same problem. I have even bought the non-free version,...
I'll try it, thanks, although the following issue is worrisome: https://github.com/gkardava/WinPass/issues/32
Executing the following commands seems to have solved the SSH key unlock problem: apt purge backintime-qt backintime-common apt autoremove apt install backintime-qt backintime pw-cache stop Nevertheless it would be useful...
The second problem persists, I opened #1027 for it.
Another way to see the same inconsistency I described here. Suppose you have a Groovy class `GBean` with a property `foo`. Suppose now you have a Java class that uses...
Please note that, as of today, call hierarchy is still almost useless with Groovy tooling and it's a huge penalty compared to Java tooling.
Call Hierarchy is one of the most useful features in Eclipse. I rarely use it for fields (mainly because fields are usually encapsulated), I daily use it for methods. It's...
Sure. But 1-3 have an impact on the whole content assist experience in all contexts (Groovy and Java). Option 4 is what I must do now and I'm calling annoying,...
IMHO, in this particular case, as I said, either the content assist should also propose digits (that is, in addition to `toUnsignedString0(arg0, arg1)` should also propose `0`, `1`, .. `9`......
For me auto activation is a must, I usually hit ctrl+space just when editing existing code (to insert/overwrite something). But in this particular case I think it's causing more trouble...