Juzer Zarif

Results 12 issues of Juzer Zarif

Hi, thanks for all your work on this - it's an awesome plugin! I'm running into an issue where if I have a type import from react separate from the...

I have a directory structure as follows: ``` src/some/directory ├── SomeModule.js └── index.js ``` And I have a `main` field specified in my package.json: `"main": "src/main.js"`. If I have a...

Sometimes the Friend-Time bot will list timezones for a time mentioned in a message even when it's not particularly helpful. For example, say I message a channel > I was...

enhancement

Hi, I have a component that looks like this ```jsx interface Props { a: string; b: number; } const MyComponent: React.FC = (props) => {...} export default MyComponent ``` When...

I have the following prop-types definition in my React component: ```typescript import PropTypes from 'prop-types'; import type { InferProps, Requireable } from 'prop-types'; const propTypes = { someFunc: PropTypes.func as...

This addresses one of the changes mentioned in #157 ([comment](https://github.com/Starcounter-Jack/JSON-Patch/issues/157#issuecomment-1262480297)). Adding the ability to ignore diffing certain paths when comparing two documents. My specific use case for this is to...

I have a font-face block as follows: ``` @font-face { font-family: 'FontAwesome'; src: url('~font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('~font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'); font-weight: normal; font-style: normal; } ``` `postcss-url` can't seem to resolve `~font-awesome/fonts/fontawesome-webfont.eot` to...

When `preventKeyAction` is true for `getDropdownProps` it omits its own `onKeyDown` and `onClick` handlers but it also omits any keydown or click handler that the caller may have provided: https://github.com/downshift-js/downshift/blob/ee2a828ac70035c1e6156523b72c11abae4c07e4/src/hooks/useMultipleSelection/index.js#L211-L214...

- `downshift` version: 9.0.6 - `node` version: 18.20.3 - `npm` (or `yarn`) version: 10.2.3 **Reproduction repository**: Example: This is basically just the multiple selection with useSelect example from the docs...

- Extension version: 0.94.0 - VSCode Version: 1.92.0 - OS: MacOS Sonoma 14.2.1 - Repository Clone Configuration (single repository/fork of an upstream repository): single repository with multiple submodules - Github...