Ajit Panigrahi
Ajit Panigrahi
Context: https://stackoverflow.com/q/49401866 ```ts interface Foo { foo: string; } interface Bar { bar: string; } type Batz = Foo | Bar; type AvailableKeysFoo = keyof Foo; // Works as expected...
#### What roadmap is this issue about? - [x] Frontend Roadmap - [x] Angular Roadmap - [ ] Backend Roadmap - [ ] DevOps Roadmap - [ ] All Roadmaps...
**Description:** - The page title is taken from the `h1` tag of a page in [this component](https://github.com/ReactiveX/rxjs/blob/master/docs_app/src/app/layout/doc-viewer/doc-viewer.component.ts#L96). - For "Operator Decision Tree", the `h1` tag was placed within the component...
"Edit in GitHub" link for blogs go to `master` branch instead of `main`. GitHub silently redirects this to the correct branch, but it's good to be explicit.
https://github.com/nrwl/nx-examples/blob/c8ebc44766ea179ee1b38309ceefb100d46caa9d/README.md?plain=1#L13 I'm not sure about which video this might be linked to, should be available in Git history. Found this from YouTube: https://www.youtube.com/watch?v=XZpp52IqD2A This video is 3 years old at...
I noticed a typo, and when I went to fix it, I saw it had already been fixed and merged to master in lodash/lodash#3478 back in 2017 (6 years ago)....
The license mentioned in [README](https://github.com/kelseyhightower/kubernetes-the-hard-way#copyright) is the Creative Commons 4.0 while the [LICENSE](https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/LICENSE) file is for Apache License 2.0