Phillip Davis
Phillip Davis
Prevents a rodsadmin from downgrading either themselves or any other rodsadmin in the local zone.
- [ ] main - [ ] 4-3-stable - [ ] 4-2-stable --- ## Feature Related to #6466, which currently only tests for the case where a rodsadmin attempts to...
### iRODS Version, OS and Version iRODS commit 26fe8ada26aa169fb76b0beb91656e9f65e94577 Ubuntu 18.04 Docker Container from the most up-to-date testing environment ### What did you try to do? Build and test the...
# Pull Request ## What does this PR do? Fixes ##296 It's pretty straightforward! Considered passing an Option but it seemed cleaner to leave the signature of both affected functions...
I have a use case where I would like to serialize structs in a specific xml-like protocol that does not include any document declarations. I have taken the step of...
`Writer` now reports the number of bytes written by the underlying `Write`. My use case is that I need to send a prelude over TCP reporting how long serialized XML...
Sorry if I'm spamming with question; my project involves implementing a very complicated XML-encoded protocol so y'all will likely be hearing a lot from me lol. I just now started...
I'm curious why this is the case. Does the implementation require buffering? If not, why not users worry about whether the read uses buffering? Similar thoughts as #499 here. Unless...
First of all, I want to thank everyone involved in this project for the excellent work they've done. It's absurdly fast and fits great in my project. I have a...
Addresses #734, adds tests to verify that no functionality was lost.