wojas
wojas
In order to make this work, I had to do the datetime check differently. Also made timestamps a float to support higher resolutions.
Hi, I was wondering what it would take to make dvdisaster work on macOS. I managed to compile it on macOS Big Sur 11.61 with a single hack (add a...
Work in progress macOS support with added BD support, as mentioned in https://github.com/speed47/dvdisaster/issues/57#issuecomment-1059996683. Remaining issues: - [ ] BD support - [ ] macOS CLI support - [ ] The...
- Program: Authoritative - Issue type: Bug report ### Short description When using the LMDB backend, the database is created before `setuid` is processed. This results in an LMDB with...
Cursor.Put would write "\x00" instead of an empty value, while txn.Put would do the right thing. Fixes #140
Cursor.Put writes "\x00" when you try to write an empty value. The corresponding txn.Put does do the right thing and it has a test for this situation. PR with coming...
Use io.ReadFull() to ensure reading the exact number of bytes we want to read. Check for errors when discarding bytes.
What is the purpose of this change? What does it change? -------------------------------------------------------- This implements a YAML config file mechanism for rest-server. See #139 for details. Was the change discussed in...
Output of `rest-server --version` --------------------------------- v0.10 plus local changes What should rest-server do differently? --------------------------------------- Add a structured configuration file to rest-server. This would make it easier to allow more...
What does this PR change? What problem does it solve? ----------------------------------------------------- The list of subcommands can be confusing for first time users. This adds a short overview of the most...