James

Results 168 issues of James

In the installation instructions, it says for Windows users to use `scoop`. But `winget` is the official Windows package manager, and everyone already has this installed on their Windows 10...

help wanted
area/packaging

Getting an error with the latest version of SvelteKit: ```svelte import { DisclosureButton } from "@rgossiaux/svelte-headlessui"; ``` ``` Type '{ as: "a"; href: string; }' is not assignable to type...

![image](https://user-images.githubusercontent.com/5511220/189433986-d4f1e553-fdb0-49b1-af2b-be7606276eab.png) Here, we see that the "cookie" object is optional. But in most libraries, there would be nice JSDoc comments here that describe each individual option and the default value...

Hello, and thanks for the tool. Unfortunately, classes seem to be broken. For example: #### `foo.ts` ```ts export class Foo { field1 = "someValue"; field2?: string; } ``` Feeding this...

enhancement

change: ``` ZVBF4HS21471738385.log.zip ``` to: ``` 2017-12-31 01:01:01 - ZVBF 4HS2.log.txt.zip ```

enhancement

Hello, Can we add the `git.addAll` function as an alias to run `git add --all`?

Both of the default generic parameters of `Map` are `any`. You should change them to `unknown` for the same reasons that you e.g. change `JSON.parse`. For a more in-depth discussion...

From what I can see, the README.md file doesn't mention that any docs exist. But they do exist, they are just hidden inside of the "docs" subdirectory. That's a big...

Hello, and thanks for the plugin. I tried to use these rules on my plugin today, but none of them seem to work, meaning that none of the rules were...

enhancement

It would be nice if this plugin incorporated the rules from publint: https://publint.dev/rules

type: feature
status: in discussion