Patrik Dufresne
Patrik Dufresne
## What is it about? On MacOS with Python Universal2, using pip to install rdiff-backup is working, but the resulting installation is broken. ## Version, Python, Operating System * MacOS...
## Overview Description Using babel to format date with local timezone show different result for `America/Montreal` and `America/Toronto`. ## Steps to Reproduce ``` >>> dates.format_datetime(format='long', tzinfo=pytz.timezone('America/Toronto')) 'August 2, 2023 at...
Hello, I'm a new user of this library. Thanks a lot for this simple to use notification library for Windows ! I have a specific use case in my application...
**Is your feature request related to a problem? Please describe.** The current implementation of OneDrive upload is making use of the upload API for small file (
**Is your feature request related to a problem? Please describe.** When I need to send email is various language, I cannot use the Date Helper to format a proper date...
Trying to migrate our database from OrientDB to H2DB is failing on APT tables. I'm using `nexus-db-migrator-3.70.2-01.jar` Command line: ``` java -Xmx16G -Xms16G -XX:+UseG1GC -XX:MaxDirectMemorySize=28672M -jar nexus-db-migrator-*.jar --migration_type=h2 --content_migration=false ```...
## Bug summary rdiff-backup fail completly when trying to backup "fifo" from ext4 partition to ZFS dataset. ``` ERROR: Exception '[Errno 18] Invalid cross-device link: b'ikus060-rdiff/home/ikus060/workspace/PDSL/rdiff-backup.git/.tox/py/testfiles/compare_test/output/various_file_types/rdiff-backup.tmp.94585' -> b'ikus060-rdiff/home/ikus060/workspace/PDSL/rdiff-backup.git/.tox/py/testfiles/compare_test/output/various_file_types/fifo'' while renaming...
## Bug summary I'm facing a situation where the filesystem on MacOs is raising an OS Error 11 on read operation. It's most likely an issue with OneDrive on MacOS....
FIX: Continue when encountering Cross-Device link error ## Changes done and why Adding Cross device link error to the list of robust error. ## Self-Checklist - [ ] changes to...
## Changes done and why I have this scenario where output of rdiff-backup is scramble because, it seams, the stdout and stderr are printed to the console in different order....