Jason Dent

Results 391 comments of Jason Dent

@ryanluker, This is also happening to me, only I have everything local. No remote files involved. In my case, I have a multi-root setup. Each workspace folder can have its...

Did anyone consider allowing and filtering out [Zero-width space - Wikipedia](https://en.wikipedia.org/wiki/Zero-width_space)? Drawback: It is invisible. Advantage: It is invisible. Example: ```ts /** * @param pattern glob pattern * @param nested...

@Uzlopak, An update to [ts-node](https://github.com/TypeStrong/ts-node/pull/1771) changed the `inputSourceMap.file` and `inputSourceMap.sources` to be absolute URLs. Old Source Map ```json "inputSourceMap": { "version": 3, "file": "/Users/jason/projects/rx-stream/src/index.ts", "sources": [ "/Users/jason/projects/rx-stream/src/index.ts" ], "names": [],...

@cspotcode, Supporting absolute file URLs is a feature request, not a bug. They have correctly implemented the relative URLs and it has worked for many years. Just because a choice...

@cspotcode, I agree that the ecosystem should move forwards and support absolute URLs as per the spec. I think a PR would be a good idea. I just think this...

It doesn't need to be a breaking change. By creating a new package: `json5-lib` that is used by `json5`, it is possible. Everyone who wants to use the `json5` as...

@metaclips, I'm guessing that the cache action uses the `id` to restore its state during the `Post Run`. Since the code uses the same `id` for both caches, I think...

@mdesousa, Excellent description. I would push back on the validators. The validators have all the same information that this tool does. It is nearly impossible to know which field /...

Most of the time goes towards building the dictionaries. I have thought about keeping the `{dictionary}.txt.gz` files and only building them if their source changed. This is how the `en_US`...

@ProtocolLive, Please feel free to add them (endfor, endforeach) to [cspell-dicts/php.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/php/php.txt#L107) and make a pull request. It is possible to do this in GitHub.