Jan Mazur
Jan Mazur
@thomcc are you thinking of finishing this PR? This looks exactly like something I was looking for.
About `starts_with`, how about ``` impl OsStr { fn starts_with(&self, prefix: &OsStr) -> bool } ``` ? This way I won't have to handle `Option` like `osstr.to_str().map(|x| x.starts_with("prefix")).unwrap_or(false);`, but I...
#530 and #531 are merged!
We could use memresv block in device tree to specify reserved address ranges. See 8.3 in this [DOC](https://elinux.org/images/c/cf/Power_ePAPR_APPROVED_v1.1.pdf).
Failed to reproduce on c92f35be2aeb15c70ff207c1e7a5225e7a66655b https://asciinema.org/a/SHRXxpVx7xlByQ2PNKEdnEXUi
Thanks for the PR! LGTM, but one nit from me. Can we change `sl-session` to something like `sl-shell-example`? IMO it better reflects what it really is, and it is also...
Thanks for the PR! Please, sign the CLA so we can merge your commit: https://code.facebook.com/cla
In nginx for example I can have a location: `location ~ '/abcd/(?.+\.cgi)(?.*)` https://nginx.org/en/docs/http/ngx_http_core_module.html#location
+1 to that!
Hi @msrd0! We've been using Gotham in [Mononoke](https://github.com/facebook/sapling/blob/main/eden/mononoke/README.md) successfully for a while now and are quite happy with it. We noticed that Gotham uses pre 1.x hyper. We link with...