Eduard Staniloiu
Eduard Staniloiu
This still needs a changelog entry and ddoc'ed style unittests.
For allocators that implement their own `allocate` method, this should be a `pure nothrow @safe` function. Allocators that are building on top of such allocators should infer the function attributes...
This PR adds two overloads to `encode` so those can be called from `std.utf.encode` (see [here](https://github.com/dlang/phobos/blob/master/std/utf.d#L2253)) This PR depends on #2403
I've been trying to run the `mesos-executor` as the custom executor, by following the [instructions](http://aurora.apache.org/documentation/latest/features/custom-executors/) but I wasn't successful. My `custom-executor.json` file looks like this ``` [ { "executor": {...
Hello, I'm trying to reproduce the steps presented in the [Fuzzing binaries with LLVM's libFuzzer and rev.ng](https://rev.ng/blog/fuzzing/post.html) blog post, but I wasn't able to find the LLVM passes mentioned in...
The `Quiz` link on slide 6.3 from the `data` chapter is broken: it redirects to a missing page