Chris Barth

Results 22 issues of Chris Barth

Would a PR be welcome to add support for pinyin vowels? Or perhaps all pinyin combinations? Pinyin is typed such that you type the consonants and then a number indicating...

It would be nice if I could specify a solution file (sln) or project file (csproj) for formatting just like I can do with a folder or individual file. This...

type:enhancement
priority:medium
area:cli

MegaLinter would run faster on my project if I had a flavor containing the following list of linters: PYTHON_PYLINT, PYTHON_BLACK, PYTHON_FLAKE8, PYTHON_ISORT, PYTHON_BANDIT, PYTHON_MYPY, ACTION_ACTIONLINT, COPYPASTE_JSCPD, CSHARP_DOTNET_FORMAT, JSON_JSONLINT, JSON_ESLINT_PLUGIN_JSONC, JSON_V8R,...

enhancement

The logic for comparing dates tries to compare a string to a `Date` object. This causes additional pages of PRs to never be retrieved. This has been fixed. Also, constructing...

Add support for formatting dates using the `Intl` library. See #147 .

Some languages like Python and Java have style guidelines that warn when a continuation line has the same indentation as the following lines. An EditorConfig file has no way to...

feature request

This is a minor issue, but it would help in knowing if I'm launching the latest version. When looking at properties of the executable, the details tab shows File version...

enhancement

I see we've added support for '@' in URLs. Could that make a v1.4.0 and a new package on NPM?

I'm reading through the code debugging an issue and I note that in `request.js` the `req.logOut` function calls `this._passport.instance._sm.logOut(this)`, which can take a callback parameter, but none is passed. Granted,...