Josh Soref

Results 491 comments of Josh Soref

I've updated the text after spending a bit of time w/ Windows 7 to try to make things work. Let me know if it's better/works well enough to use. It's...

Windows 7 is available from Microsoft via https://modern.ie/ -- https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ -- it's handy for those of us who don't natively run Windows. It's also small enough to download w/o crying....

> Straight up question: Can't this (spell check update) be done server-side with the push of a button? TL;DR there are lots of ways it _could_ be done, and each...

There's actually a [button coming!](https://github.com/check-spelling/check-spelling/wiki/Feature:-Update-with-deploy-key) Collapse comments is [also coming!](https://github.com/check-spelling/check-spelling/wiki/Feature:-Collapse-older-check-comments) I've been trying to ship a release for probably 9 months, but I keep tinkering with things. I have one...

v0.0.20 was released. With a workflow refresh (I'll try to send PRs shortly), collapse comments will be available.

You should be able to drop this file: https://raw.githubusercontent.com/check-spelling/spell-check-this/main/.github/workflows/spelling.yml into the `.github/workflows` directory.

It should run on push/pull request. Can you point to the repo where you've added the file?

There's a 64k comment limit. I've recently added code to trim the report so it's less likely to fail to post. The files view should show the lines annotated. I'm...

Here's a recent sample _Note that the truncation here is intentionally forced to test support for truncation._ Source: https://github.com/jsoref/check-spelling/commit/f4c721840ec6c5379fc29fa33bf3b25825c2ba59#commitcomment-55387757 # @check-spelling-bot Report ### :red_circle: Please review See the [action log](https://github.com/jsoref/check-spelling/actions/runs/1165023659)...

Thanks. Those are things I was definitely wondering about. I'm pretty sure I don't want to do the word list expanded if it's hundreds long (this happens). Any thoughts about...