Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:TypeScript language:Swift

Filter by

3.6k results  (191 ms)

3.6k results

insindresorhus (press backspace or delete to remove)

- fixed #1421 When the 2nd input param KeysType is clearly defined, keyof ObjectType can correctly constrain and suggest parameter options. However, when the input type is ambiguous due to generics, ...

!-- Thanks for submitting a pull request 🙌 If you re submitting a new type, please review the contribution guidelines: https://github.com/sindresorhus/type-fest/blob/main/.github/contributing.md -- ...

!-- Thanks for submitting a pull request 🙌 If you re submitting a new type, please review the contribution guidelines: https://github.com/sindresorhus/type-fest/blob/main/.github/contributing.md -- ...

!-- Thanks for submitting a pull request 🙌 If you re submitting a new type, please review the contribution guidelines: https://github.com/sindresorhus/type-fest/blob/main/.github/contributing.md -- ...

This introduces lowercase types. - LowerSpaced, where everything will be lowercase and separated by spaces - lodash behaviour - Lowerdespaced, where everything will be lowercase joined without any ...

Addresses #821. NonEmptyObject currently accepts {} for types whose only members are index signatures: import type {NonEmptyObject} from type-fest ; interface CommonArguments { [filter: string]: NonEmptyObject ...

Collapse a union type into a single object type by merging all members. Each property becomes: - A union of all possible values across the union members - Optional if it does not exist in every member ...

Summary Fixes the estimated file size not updating when changing the screen-area crop. Changes Added an outputCropRect change observer in EditScreen. Also refreshes preview settings after crop changes, ...

Summary The export dimensions controls now use the cropped video area as their reference size. Previously, the width and height fields were based on the full source video dimensions even after cropping. ...