Rob Jansen
Rob Jansen
Oops. Perhaps I should add Fedora 34 back into the list then? I removed it in #2308 :( (I could just revert https://github.com/shadow/shadow/pull/2308/commits/ea7336d7c4ba937656d56dd8cbac545b2470bfac) Ubuntu 21.10 literally stops allowing you to...
FYI: Someone at USENIX ATC'22 told me that support for fork would unlock a lot of value for their use cases.
We decided this doesn't really fit in any milestone currently, and we are waiting for improvements in the Rust API before we can make progress.
Thanks for pointing this out. We plan to remove glib as a dependency soon, in which case the NULL checks may become useful. We'll consider this as we clean up...
I'm on the fence about if we should ask users to opt into lower performance (if we keep the feature off by default as it is now). But I do...
Once we get this working, we should check if we want to increase the speed threshold in the tgen tests from 85% up to something higher (e.g., 90%).
I found that you can specify multiple bib files in your `_config.yaml` like this: ```yaml # Bibliography settings scholar: bibliography: "*.bib" ... ``` and then if you have the details...
Make sure you are using Shadow version 1.10.2, and the latest master branch of the bitcoin plugin. After that, I don't have much experience building this plugin in many diverse...
You're going to want to check that some of these options are not already listed in our existing torrc files (e.g., tor.common.torrc), because options in the torrc files will override...
FWIW, I find myself wanting to use this crate but the lack of documentation keeps driving me back to python's h5py library. The idea to create a book along the...