Josh Soref

Results 491 comments of Josh Soref

n.b. these comments are collapsed because I was testing to make sure that the collapsing code works: https://github.com/jsoref/examples-testing/pull/8#issuecomment-907885284 https://github.com/jsoref/examples-testing/pull/8#issuecomment-907886110

Fwiw, GitHub recently added a Step Summary thing which has a much larger content limit. I'm still thinking of how to take advantage of that. It might be possible for...

There isn't currently a provision for this. I haven't really thought about how it would work. Can you describe what you'd like it to do? Should it only check the...

Yeah, I could. I'll try to do something soon, but it might be a bit. Note that it won't be by default as many consumers are unlikely to want this....

I'm putting my thoughts here: https://github.com/check-spelling/check-spelling/wiki/Feature:-Check-commit-messages

Hi, thanks for the feedback, I've commented showing where it was: https://github.com/aws/karpenter/pull/1060#issuecomment-1003222299 I'm interested in figuring out how best to ensure that people understand the output. So, my starting point...

Sorry, I should have moved `master` forward to 0.0.17 -- fixed. --- I could definitely migrate to a **_words** or **_file_patterns** suffix -- I do support some previous file names,...

The easiest names would be: * dictionary_additions (allow) * dictionary_removals (reject) * file_ignore (excludes) * file_exclusive (only) -- I'm not a huge fan of this as it's somewhat close to...

I need to think about this a little longer before I commit to them. The first two sets are pretty reasonable, the last two don't really fit a pattern (kind...

I'm thinking `word_expectations` instead for the last one -- I've placed my current thoughts here: https://github.com/check-spelling/check-spelling/wiki/Feature:-Easier-to-understand-filenames At the very least, I'm going to add support for `advice.md` (unless I pick...