Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Open Keepnote 2. Go to "Open notebook" 3. error occurrs What is the expected output? What do you see instead? The expected...
``` I use Dropbox to backup my keepnote files. Which is great :D However, the autosave happens even when no changes have been made, this causes an unnecessary writes which...
``` It seems that there is some background task that is performed periodically that blocks the GUI. The application is still usable because keystrokes are buffered anyway. The issue is...
``` In linux Debian (testing) dependency is missing python-gnome2-extras .... because of this it is impossible to change the English language to the other. ``` Original issue reported on code.google.com...
``` What steps will reproduce the problem? 1. Put the following in a .htaccess file: AuthType Basic AuthBasicProvider external file AuthExternal pwauth AuthUserFile /web/htpasswd Require valid-user 2. Access a URL...
``` steps to reproduce the problem 1. try to compile pwauth-2.3.11 for mac OS X leopard (10.5) 2. configure pwauth for PAM_OLD_OS_X authentication into config.h 3. make clean && make...
``` What steps will reproduce the problem? 1./etc/nsswitch.conf passwd: files winbind shadow: files winbind group: files winbind 2. /etc/pam.d/pwauth #%PAM-1.0 auth sufficient /lib/security/pam_winbind.so account required /lib/security/pam_nologin.so account sufficient /lib/security/pam_winbind.so password...
``` I set up pwauth with mod_authnz_external and it works fine pulling id's from pam_mysql using a pretty standard setup and restricting users to the web group. root@marvin:~# cat /etc/pam.d/pwauth...
``` It would be useful to support wildcard queries. Two approaches to be investigated (both of which will be tracked in this issue): (1) A permuterm index on top of...
``` In my opinion a very useful method would be a boolean .contains()-method, which check if a query is contained in the tree: This should be similar to .getKeysStartingWith(query), but...