tberta
tberta
Have you tried the following options: ``` // Modify /etc/modprobe.d/evdi.conf file to have the following content: options evdi initial_loglevel=0 initial_device_count=4 disable_texture_import=1 ``` And restart. On my system, the kernel messages...
Here is a suggestion to ease the entry creation process but I don’t know if it is possible: when autofill has no entry for a given url, display a button...
This pull request aims to update 2 obsolete / broken TechNet links that provide examples of NTFSSecurity usage. The AppVeyor check for the current status of .md files can't be...
@keepassium I understand your will to not over-complicate the UI. On this topic, Instead of modifying the UI of the passphrase mode, it could be an additional password mode. The...
I have the same problem here. Inventory doesn't work when using folders. But it works when using projects. Something very strange is that it works on some folders... I thought...
I encounter the same problem when I try to change some permissions on a folder located on an SMB share on an EMC NAS. I don't have local administrator rights...
You have to select the code you want to explain before hitting the button I'm still experimenting with it.
I tried what you suggest and indeed, it worked better in my case! (calling currentView.save(); just before return instead in the asynchronous loop) ``` currentView.save(); return renamedCount; ``` Some more...