MatthiasKauer
MatthiasKauer
@almereyda You write: > Even with a flat namespace you can create virtual navigation layers with those. http://realms.io doesn't do any different. Neither does the http://federated.wiki. Does that mean that...
Are all the examples done with passwordless sudo? Or is this an isolated problem? Haven't used sup yet myself but I'm very intrigued.
Hi, thanks for the clarification. Simon Sapin's discussion on bitbucket is a big issue that I hadn't even foreseen. I was more worried about this PEP: https://www.python.org/dev/peps/pep-0491/ If I read...
exactly, that's the one we would need @kmike And regarding rust-cpython: I was under the impression that its goal is the other direction, i.e., calling Python from Rust. Am I...
@dholth Just to clarify: Your scons solution does indeed build a binary wheel such that the end user doesn't need a rust compiler anymore? That would be a great step.
Thank you for the explanation. Let's see if I find the time to look into this :)
Thank you for the explanations. When you say "Want to access protocol fields in a structured way? See lib.protocol library." what do you mean by "protocol fields". I want to...
[–]andrew-d[S] 1 point 1 year ago If you #define CPPLOG_NO_THREADING and CPPLOG_NO_SYSTEM_IDS, it doesn't depend on Boost any more - though you lose the ability to track process/thread IDs and...
Hi, thanks for the comment. To clarify, you would assume that if I don't take care of it, I'd end up with one logfile per thread started, right?