Bahtiar Gadimov
Bahtiar Gadimov
Implementation for #68
I have a multi language repo which looks like this: ``` - /foo - monorepo.json - /php - composer.json - lib1 - monorepo.json - app1 - monorepo.json - app2 -...
Should provide: * [ ] Given two commits `a` & `b` check if `b` is ancestor of `a` * [x] Given `n` commits, find the **first** common ancestor * [x]...
I introduced the default feature `std` which enables the `rand` package features `std` & `std_rng` for the `thread_rng()` function. This allows user to use the rand package without adding it...
OpenSSL supports _ALPN_ since version 1.0.2. ALPN is especially important for HTTP/2. Would be nice if Perl 6 has support for that.