John Gozde
John Gozde
Fixes #343. It looks like this is [already supported in Flow](https://github.com/benjamn/ast-types/blob/c208a17d7eeef6a9676990d364f9236e8b7e512f/def/flow.ts#L384-L394) ([tests](https://github.com/benjamn/ast-types/blob/master/test/flow.ts#L60)).
Would it be feasible to add support for using NTFS junctions rather than `mklink` for swapping out the in-use version of node? Junctions are great because they do not require...
I'm logging the issue here, but the error is due to changes in browserify 8.0.0. This might be best explained with an example: - Module `A` depends on module `B`...
Some methods that used to return `null` in v2.x now return non-null values (as discovered in #89). These should be reviewed and revised, if necessary.
It would be great if the `axios` and `xhr` handlers supported per-request upload/download progress handlers. This is supported in the official openapi-generator package via client-specifc options that can be passed...
I'm looking at adding an option to get "participating notifications" only (i.e., setting `participating=true` in the [API call](https://developer.github.com/v3/activity/notifications/#list-your-notifications)). It looks like that would involve adding a new (nullable) `participating` column...
Fixes #1078. Something changed between TS 4.7 and 4.8 that prevents unique symbols from being considered serializable in the type system. I don't know if this change was deliberate or...
VSCode 1.7.0, Auto Import 1.2.2, Windows 10 When multiple options are available for imports, the first one will be inserted regardless of which one you pick.
Version: 4.0.4, Windows 64 bit, Sublime 3 (3111) Given the following (with cursor at `|`): `` Typing `vi>` or `va>` will select from the _cursor position_ to before or after...
It would be great if comments/threads were collapsible.