Patrik Dufresne
Patrik Dufresne
For user with an iMON PAD Remote control, the keyboard mode is very touchy and almost useless with XBMC. Event with stabilized() algorithm the behaviour is unexpected. To make it...
The current implementation in Utils. convert a "java" version into a "debian" version. Trying to handle alhpa, beta, release. But It doesn't cover all the scenario and we should have...
## Is your feature request related to a problem? Please describe. current version of rdiff-backup provide a mini script to launch rdiff-backup. While this script is "working" on Linux, it's...
## Is your feature request related to a problem? Please describe. When updating the ACL, perm or xattr on a large number of directories, rdiff-backup is taking forever to run...
I'm creating this task to start a discussion around how to mitigate the "C" extension dependecies in rdiff-backup. The goal is to run rdiff-backup on any platform supported by python....
In reference to issue #322, we should try to provide a better analysis of the command "--check-destination-dir" to do more validation on the repository and ensure the integrity of the...
I'm creating this issue to discuss how we should set up integration test to check if the installation on various platforms is working. In other words, check if the binary...
When running as non-root, the file permissions are mask by a umask 0700. While it's a nice security measure to ensure the files are only accessible to the current running...
For H2DB, I need to pass extra arguments to the JVM to define the default timezone of the database: `-Duser.timezone="America/Toronto"` Looking at the code, I don't see a proper way...
Current implementation return the colum name instead of the expected column label. ``` >>> import jaydebeapi >>> conn = jaydebeapi.connect("org.h2.Driver", "jdbc:h2:./test;MV_STORE=FALSE;IFEXISTS=TRUE", ["sa", ""], "h2-1.4.200.jar") >>> curs = conn.cursor() >>> curs.execute("SELECT...