Homa Wong

Results 152 issues of Homa Wong

Update to support `Options: { caseNever, caseArray, caseEmptyTuple, caseUpperBound, caseLowerBound }`

breaking change

To remove: - `First` (`FindFirst`, `ArrayPlus.Find`) - `isType.t()` (`isType()`, `testType.true()`) - `isType.f()` (`isType()`, `testType.false()`) - `isType.never()` (`isType()`, `testType.never()`) - `isType.equal()` (`testType.equal()`) - `CommonKeys` (`CommonPropKeys`) - `PadLeft` (`PadStart`) Newly deprecated: -...

for testing: ```ts type R = number | undefined testType.hasUndefined(true) ```

```ts Equal NotEqual ``` Changing `Equal` is not a problem and is clear, as `A` and `B` are equal, returning either one is fine. `NotEqual` is more problematic as It's...

```ts type A = { a?: number, b?: string } type X = LeftJoin // { a: number, b: boolean } ```

enhancement
help wanted

### Expected Behaviour `ts-loader` should build the dependent projects using the tsconfig specified in the `references` field. ### Actual Behaviour It seems like it is just building the dependent projects...

![image](https://github.com/microsoft/vscode/assets/3254987/b2f9b6e4-9f96-446e-aa44-a00851cffd1d) https://github.com/DavidAnson/markdownlint/issues/1162#issuecomment-2020879673 > GitHub representation which is described at the bottom of the documentation and does not include emoji: https://github.com/DavidAnson/markdownlint/blob/main/doc/md051.md

bug
markdown

![image](https://user-images.githubusercontent.com/3254987/205867145-5fc30720-3d96-4a1c-be75-3f823cdb7d3c.png) ![image](https://user-images.githubusercontent.com/3254987/205867252-0fa6f3d9-87b1-4b03-85f0-1e03e172d3cc.png) So that the link can be easily simplified to the short form: ![image](https://user-images.githubusercontent.com/3254987/205867637-c3b4355b-f220-4fb8-9060-ae5df21cd5ed.png)

feature-request

**Describe the bug** Getting errors like these in a monorepo: ```sh The @storybook/addon-links is not installed in pats/. Did you forget to install it or is your package.json in a...

bug