Kristóf Poduszló

Results 110 issues of Kristóf Poduszló

As defined [in the specification](https://drafts.csswg.org/css-align-3/#propdef-place-content), `place-content` shouldn't be categorized as a longhand, but a shorthand.

Currently, pseudo-classes and pseudo-elements are all merged into `SimplePseudos` and `AdvancedPseudos`, including their vendor-prefixed variants. I think there should be more groups, like: - `Pseudos` - `SimplePseudos` - `StandardSimplePseudos` -...

**Is this a feature or a bug?** - [x] Feature - [ ] Bug **What is the expected behavior?** Similarly to how `.d.ts` files can be rolled up into a...

enhancement
help wanted
effort: medium

As TypeScript is spreading and official ESLint support is given through the [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) project, I thought it would be convenient if the `.tsx` file extension was supported out of the...

question
typescript

This is a specific issue which came to my attention while working on [material-components-react](https://github.com/kripod/material-components-react). As of [commit 5d547fb879058025e0e704868f5560ce7748b64e](https://github.com/kripod/material-components-react/tree/5d547fb879058025e0e704868f5560ce7748b64e), remap-istanbul works fine for linking compiled code to sources, but paths for...

bug
help wanted

### Input #### CLI command ```sh yarn documentation build --document-exported src/index.ts --format md --github ``` #### `src/index.ts` ```ts export { default as useDeviceMotion } from './useDeviceMotion'; // Missing '.ts' extension...

[API Extractor](https://api-extractor.com/), which is based upon [TSDoc](https://github.com/Microsoft/tsdoc), has implemented support for the `@example` annotation, but it only supports markdown-like syntax as follows: ```js /** * Tracks acceleration and rotation rate...

## Motivation Similar to how [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) handles registering observer callbacks, construction of the `ResizeObserver` object may be pooled.

enhancement

## Motivation Scroll events may be fired at a high frequency, without taking unwanted framerate drops into account. ## Details A similar problem is present for virtual scrolling/windowing approaches. We...

enhancement
help wanted