Homa Wong

Results 151 issues of Homa Wong

When a file is changed and then committed using p4v, the file in the editor still have change marks: ![image](https://cloud.githubusercontent.com/assets/3254987/25108530/3ea7343a-238b-11e7-917b-e2280c2137f3.png) They don't go away even if I close the file...

in progress

``` # workspace - main - branches - branchA - branchB ``` vscode is opening the folder *main*, *branchA*, or *branchB* The changelist would be more functional if it shows...

enhancement
help wanted

`jsonToTS.separator: "semi-colon" | "comma" | "none"` ```ts interface X { a: string; // semi-colon b: string, // comma c: string // none } ```

`jsdom` implements `Blob` and `URL` but not `URL.createObjectURL`: https://github.com/tmpvar/jsdom/issues/1721 Thus the following code prevent `createObjectURL` to be polyfilled. ```js if (view.Blob && view.URL) { try { new Blob; return; }...

[](https://issuehunt.io/r/avajs/ava/issues/1530) [email protected] borrow the idea from `jest`: ```sh Watch Usage › Press p to filter by a filename regex pattern. › Press t to filter by a test name regex...

enhancement
help wanted
scope:watch-mode
:dollar: Funded on Issuehunt

Here is the new type definition. I have moved the test files to a different folder and keep the existing JS tests The `prompt` function support discriminated unions. It means...

Tests and code can create artifacts when they run. For example: - https://github.com/unional/komondor creates spec records in the `__komondor__` folder - https://github.com/unional/fixture creates result and baseline files When running in...

feature request
solution suggested

**Describe the bug** In Windows, even thou the `Files: Eol` is set to `LF`, the `ltex.*` files are still created with `CRLF`. **Steps to reproduce** Steps to reproduce the behavior:...

1-bug 🐛
2-unconfirmed

In a monorepo with private packages, those packages should not have an entry in the github releases ## Expected Behavior The private packages should be skipped in github release ##...