Jesse Jackson

Results 57 issues of Jesse Jackson

Minor grammar fix _If you accept this PR, you might want to edit the repo's **About** description to match the change._ ## Comparing omission of parenthetical modifiers: ### Before -...

Example to illustrate: ![vscode-theme-popping-and-locking-highlight](https://user-images.githubusercontent.com/868251/85185563-0641d580-b25a-11ea-8b2b-122ed2e3375b.png) The cursor is next to a string token so it's highlighted (not selected). ![vscode-theme-popping-and-locking-selection](https://user-images.githubusercontent.com/868251/85185589-27a2c180-b25a-11ea-8d8a-a66dccf8e751.png) The string is selected. It is very difficult to know the difference...

### Problem description [`Deno.version`](https://deno.land/[email protected]?s=Deno.version) isn't currently listed in the [Deploy runtime API](https://deno.com/deploy/docs/runtime-api). However it does exist, but the property values are empty strings. ### Steps to reproduce 1. Create a...

Ref: - https://github.com/denoland/deno/pull/21825 Here's the message accompanying the linked PR for context here: > This commit removes conditional type-checking of unstable APIs. > > Before this commit `deno check` (or...

suggestion

Refs: - #439 Hello! This is my first engagement with TSTL, so if it turns out that I've overlooked something, please bear with me. TypeScript has a long and messy...

enhancement
scope: transpile

Nothing wrong with [AD](https://en.wikipedia.org/wiki/Anno_Domini), but [CE](https://en.wikipedia.org/wiki/Common_Era) should be increasingly more recognizable, especially in the context of (computer) science.

Now that https://github.com/denoland/deno/pull/15339 has landed, the `--allow-run` permission can be restricted (previously it had to be unbounded to terminate the subprocess). It should be possible to identify the actual minimum...

I would like to see IntelliSense autocompletion for imports from valid registries when those registries have been mapped to arbitrary specifiers using an import map. I'm aware that this issue...

It would be very helpful to be able to install and use this extension in browser instances of VS Code (e.g. the [Web-based editor](https://docs.github.com/en/codespaces/developing-in-codespaces/web-based-editor) on [github.dev](https://github.dev/)) as a [web extension](https://code.visualstudio.com/api/extension-guides/web-extensions)....

enhancement
needs investigation