Omar Diab

Results 94 issues of Omar Diab

### Is this a bug report? Yes ### Did you try recovering your dependencies? Yes ### Which terms did you search for in User Guide? typescript composite isolatedModules ### Environment...

While I don't want to have spelling mistakes in functions that I create myself, I don't care if there are spelling mistakes in the functions of libraries that I import;...

Supercedes #198 , closes #184 The tests may look wacky but included a couple comments at the top to explain how it works. Also `npm test` fails right now with...

### Is this a bug report? No. As discussed in https://github.com/facebook/create-react-app/issues/1333 and merged in https://github.com/facebook/create-react-app/pull/3741, `[email protected]` has support for monorepos. I'd like to make use of that functionality in my...

## Issue description I try to go to a path that is a directory with an index.html file within it, with a query string hosted with `live-server`. For instance: I...

In my codebase we ended up with a type like this: ```ts props: Omit< FilterableSelectProps, "useComboboxProps" > & { useComboboxProps: Omit< FilterableSelectProps["useComboboxProps"], "itemToString" >; }; ``` The idea is to...

help wanted
type addition

similar to PartialDeep but the inverse, where all KV pairs are required.

help wanted
type addition

### Prerequisites Irrelevant - [ ] I'm using the last version. - [ ] My node version is the same as declared as `package.json`. ### Subject of the issue The...

enhancement

**Current behavior:** If I have `@emotion/css` as a dependency (which I do because I need to disable `speedy` for puppeteer/prerender.io runs) then whenever I try to use the `css` prop...

bug
needs triage

**What is the current behaviour?** Looks like trying to use this with `storybook` causes builds to stop working, because storybook uses `html-webpack-plugin@4` and `preact-cli` uses version 3, clashing with each...