Tal Ohana

Results 15 issues of Tal Ohana

Under [Additional system design interview questions](https://github.com/donnemartin/system-design-primer#additional-system-design-interview-questions) there is a question to "Design the Facebook chat function". The reference(s) column contains a link to some [facebook note](https://www.facebook.com/note.php?note_id=14218138919&id=9445547199&index=0) which results in "You...

needs-review

While looking at the [`combineLatest`](https://www.learnrxjs.io/learn-rxjs/operators/combination/combinelatest) operator examples I noticed it uses a deprecated API. Instead it should accept an array of `Observable`s as mentioned in [combineLatest source code](https://www.learnrxjs.io/learn-rxjs/operators/combination/combinelatest)

- `mdx-bundler` version: 8.0.1 - `node` version: 14.18.1 - `npm` version: 6.14.15 - `next` version: 12.0.8 What you did: I am building my site with Nextjs and using mdx-bundler for...

**What**: Added option to override hardcoded CodePen dimensions, with option to merge provided options with default options **Why**: In order to change hardcoded CodePen's iframe width/height **How**: Each transformer can...

⚙️ CodePen

TypeScript 4.1 adds an option to use path mapping without specifying `baseUrl`, more about it in [TypeScript 4.1 Release Notes](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html#paths-without-baseurl) My project is using TypeScript 4.1.2, trying to remove the...

I'm currently going through chapter 6, working with React. The start script sets environment variable named `EXTEND_ESLINT`, which on windows outputs the following error: > 'EXTEND_ESLINT' is not recognized as...

bug

I track all the books I'm reading on [goodreads](https://goodreads.com) and thought it would be great to have this book as well. I added a minimal initial template [over here](https://www.goodreads.com/book/show/59052589-the-graphql-guide?ac=1&from_search=true&qid=rjJlOhozJ9&rank=2). I'd...

### What is the URL of the page with the issue? https://go.dev/learn ### What is your user agent? [Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0...

website