Jason Dent

Results 644 comments of Jason Dent

@crystalfp, A few things: 1. There are commands to take you to the next/previous issue: `F1` -> `Spell Go to next` ![image](https://github.com/user-attachments/assets/5b46c7a9-cd64-4acc-ba96-0e81cabe7385) 2. Please try out the `preview` version. It...

@tjx666, ## tl;dr I think this is caused by a change in how VSCode opens configuration files. I'll see about changing it to only show files visual in the editor....

@tcodes0, Please include a copy of the workflow. I have not tried `nektos/act`, but I will check it out. Since it doesn't think any files have changed -- `Files checked:...

@Arun-StarApps, I can see how this is confusing and non-ideal. The spell checker tries its best to break code up into meaningful words: One of the things it does it...

I'm seeing an issue when [email protected] is bundled using esbuild. Generated code: ```js // ../../../../node_modules/.pnpm/[email protected][email protected]/node_modules/fdir/dist/index.mjs var import_module = require("module"); var import_path2 = require("path"); var nativeFs = __toESM(require("fs"), 1); var import_meta2...

It is related to https://github.com/streetsidesoftware/cspell/issues/2347 I agree that it is not perfect.

@Trinidus, That is to be expected given that the hash is only 32 bits. Here are a few discussions: - https://github.com/Cyan4973/xxHash/issues/165 - https://xxhash.com/ - https://stackoverflow.com/questions/45788721/where-can-i-find-xxhash64-and-md5-collision-probability-statistics Given that xxHash32 is only...

@alexolog, I have never tried it. V4 needs VSCode 1.90.0 or newer, but v3 might work. It is a bit old and doesn't have the newest features.

@tpeterson-metropolis, Thank you. I'll see if I can reproduce it.

@tpeterson-metropolis, I'm not able to reproduce the issue you are seeing. It causes an error for me: https://github.com/streetsidesoftware/cspell-action-example/pull/2 Do you have an example repo that shows the issue?