Chris Wilson
Chris Wilson
Commit 79702664effb61aa108368709e7663ccdebe3dde (on the s3_support branch, see #9) contains partial support for hard links. At least, the backup is no longer corrupted. But they are still backed up multiple times,...
@xkr47 very basic support is nearly done, I'm carefully splitting up and merging in the changes that I've made in order to keep history clean and help with debugging. There...
With the real S3. So far I've been working only with the simulator which I wrote to help with debugging and testing.
The subject should be `auth_query` is ignored, not `auth_user`. Because of this bug, it's required to add each such user to the `auth_user` file, so it's definitely not ignored.
No, sorry, I'm not using Scapy at the moment.
Hi Jean,I don’t think you can control the timetable of a directory, at least on Linux. I think it just gets updated automatically whenever you modify anything in that directory....
It's also possible to install a package for the wrong architecture, e.g. 32-bit Windows on a 64-bit system. It installs fine, but if the package contains any binary components such...
@anther I am using the latest version from github (a local fork, merged today). I'm not sure that's correct. I can see that php-activerecord resolves `$lesson->curricula` by moving first to...
@anther I agree, this looks like the same bug, thanks for reproducing it! I found the keys bug as well. I made some hacky workarounds in my own code; well...