Results 589 comments of MSP-Greg

@kenballus Thanks for the report/issue. I haven't quite gotten to a fix, but the error seems to be limited to prefixed white space that contains a horizontal tab character. Suffixed...

Forgot to mention, 9110 defines OWS as '*( SP / HTAB )', and I want to check against some other white space characters like `\n`, `\r`, VTAB, etc...

@id-ilych Thanks for the report. I verified it and will have a PR and tests soon. There are a lot of ways to deal with this issue. One can check...

Current: ``` [172745] Puma starting in cluster mode... [172745] * Puma version: 6.4.2 (ruby 3.4.0-p-1) ("The Eagle of Durango") ``` PR: ``` [172898] Puma starting in cluster mode... [172898] *...

@janohirmas This may be an issue with RubyGems. Can you post: * output from `gem env` using a bash shell? * contents of `C:\Users\username\AppData\Local\Microsoft\WindowsApps\jekyll` I noticed some problems locally, but...

> Trying to install jekyll on windows 7 I can't test anything on Windows 7. See https://www.msys2.org/docs/windows_support/ It might be difficult to get it running, as it may require learning...

@thomthom Also, adding `add_circle`, `add_arc` methods (and maybe more) would help people not having to use both 'build' systems.

Yes. I use them in my repos. But, it's a change for people migrating from AppVeyor (along with UTF8 console encoding). Also, for repos that are predominately *nix software that...

@devsnek I apologize, I didn't state in the original post that I noticed the issue when working with ps1 or cmd shells. I've also had the issue locally. Also, locally,...

Haven't looked at this for a while. Much of the discussion seems to assume changing checkout's defaults. What I should have mentioned is something like adding an input option like...