Willster Johnson

Results 23 issues of Willster Johnson

In `@type` (and other type defining tags) it's possible to reference external JS objects by using `import("./relative/path").objectName`. This should also be possible in `@link` both to avoid importing unexecuted code,...

EDIT: for now I'm going to continue working on the project, the repo at the time of writing is at [this commit](https://github.com/willsterjohnson/just-checkit/tree/fe1b4bf45ffb2195b5a57702965e77ce91ade269) ## Context [NPM package](https://www.npmjs.com/package/just-checkit) | [GitHub repo](https://github.com/willsterjohnson/just-checkit/) |...

According to the [readme](https://github.com/JS-DevTools/npm-publish#input-parameters) I can pass a boolean `greater-version-only`, which ensures that if the latest version is, for example, 1.2.5, I cannot publish 1.2.4, even if 1.2.4 has never...

I notice that the last commit was [almost a year ago](https://github.com/alexislours/ACNHAPI/commit/6df0d7318a97ab8d0e4a5646bff57180fde1eec5)... Is this project still being maintained? or is it simply considered complete?

I've installed prettier formatter and configured it to be as similar to this repo's primary coding style as possible, I've also run the formatter on all files and added package.json...

Using the canvas npm package and the built-in `node:fs` module, we can write the result of a `"prime"` export to a virtual HTMLCanvasElement and then pipe that canvas to a...

The majority of packages on npm use TypeScript in some form or another, and the ones which don't have 3rd party `.d.ts` declaration files written over at [Definitely Typed](https://github.com/DefinitelyTyped). I...

I will be using the term "docstring" to mean "a comment documenting a mixin", partly because I dont know any other name for this and partly because the first lang...

When using the pandoc option with code copied from the documentation, I get an error window pop up saying `Error: spawn pandoc ENOENT` Code: ```md --- title: "Habits" author: John...

In #1065, `z.instanceof` rejects classes with a private constructor. This can be resolved by using `z.custom`, but this syntax isn't ideal and repeats itself between the type param and the...