Dan Robertson

Results 91 comments of Dan Robertson

> Thanks. And FTR @dlrobertson just added me as an owner on crates.io. Shall I make the release myself, then? If you have time and need it ASAP. I will...

> @dlrobertson I just published the release. Could you now please relax branch protection rules so I can push the tag? I wish there were a better way to do...

Ah, sorry just that browsers are not aligned on this.

I think that is reasonable. `memfd_create` is only available post linux 3.17 and has no glibc wrapper. It must be called via syscall, so as long as that it is...

@antrik I think we discussed it but I think I forgot to create an issue for it and therefore forgot to investigate further.

Just ran the following and didn't hit any panics. ``` for i in `seq 0 500`; do cargo test stress; done ``` Is there anything else required to repro this?

Yeah, we don't allow that at the moment. In theory we could implement `AsRawFd` on the OS specific backend if possible, but it would be **super** unsafe.

Yeah, I have an implementation. I'll open a PR for it.

:+1: That seems like a much better option.