Daniel Miranda

Results 85 comments of Daniel Miranda

@foresto Delegating `tmpfile.mkstemp` to the thread pool executor, like `aiofiles` currently seems to do for regular `open` should be fine. --- Strong +1 from me for exposing `wrap`, as there...

I'm seeing the same breakage in Firefox 54.0 (the current stable) in Fedora 25.

@DavidWittman I think I ran some tests with privileged containers, so that's why they didn't fail. I think you can do something like `test("w", "/proc/sys/vm/overcommit_memory")` instead of just checking whether...

@DavidWittman I actually had hit that already and forgot to update the PR, I'll do so in a minute.

That was more than a minute, but I hit some puzzling issues with systemd on CentOS 7. See if it's good now.

@DavidWittman You are completely right, unfortunately kitchen-docker (and even Docker itself) does not deal well at all with systemd, and workarounds are necessary. My first idea was to use images...

Great coincidence, I also happen to have some time myself. I'll publish the systemd image to Docker Hub and update this PR. Em sáb, 17 de dez de 2016 15:28,...

I just took a look at the 16.04 Dockerfile, and it seems to be missing some of the customizations for systemd to work well, such as disabling the units that...

@DavidWittman I did some work to try and solve the problems that #25 couldn't, by attempting to merge rewritten configuration with our managed config at daemon startup time, with some...

I fixed systemd quoting issues (as #30) by rebasing some commits.