James

Results 148 issues of James

Currently, there is a popular npm library that displays a protest message if it detects that it is being executed in a time zone that overlaps with Russia. This has...

Greetings and thanks for the excellent linter. I propose that `deno lint` should ship with a `--verbose` flag that would output extra information about what it is doing. Specifically, I...

In the Broken Remote text editor, if comment out a code block like this: ``` --[[ local test --]] local test2 ``` "test2" and below will all appear red like...

BrokenRemote is very noisy, writing all of its commands to log.txt. It interferes with my ability to look for debug-related messages in the log.

Currently, gofumpt has a rule of "Single var declarations should not be grouped with parentheses". This seems like a sensible rule. However, doesn't the same logic also apply to import...

enhancement

Greetings and thanks for the free library! `ws` was completely removed from the Deno standard library on [December 13th, 2021](https://github.com/denoland/deno_std/issues/1544). Thus, the opening paragraph of this project's README.md file needs...

When running "remove-default-apps.ps1" on a fresh Windows 10 Pro, it fails upon doing a: ``` Get-AppxPackage Microsoft.Advertising.Xaml | Remove-AppxPackage ``` This is because several packages depend on this, such as...

help wanted

Greetings, and thanks for the excellent library. The year is 2020, and large swaths of the internet are migrating their existing JavaScript projects to TypeScript, and starting new projects with...

enhancement
question

With 52 open issues, 32 open pull requests, and the last code change being 4+ months ago (other than a commit fixing a typo in the README.md file)... Is it...

I created a "hello-world"-style NX repository using the following command: ```sh npx create-nx-workspace isaacscript --preset=ts ``` After that, the only modification I made was to add more content to the...

type: bug
scope: misc