James

Results 149 issues of James

Greetings, Thanks for the excellent tool. I am using golangci-lint-action for the first time and my files are being linted correctly. However, after every run, it says the following in...

enhancement

Hello, and thanks for the library. On Windows, the documents directory exists at the following location by default: ``` C:\Users\Alice\Documents ``` However, it is possible for the user to change...

* Module version: elastic-elasticsearch (v6.3.3) * Puppet version: 4.10.12 * OS and version: CentOS Linux release 7.5.1804 ## Bug description The module fails to install SSL out of the box....

Prettier automatically breaks up long lines of code. This is fantastic, and saves developers tremendous amounts of time. Anyone who has used Prettier for a while knows how much of...

enhancement

Hello, In my TypeScript project, I have a class called `DefaultMap`. When I use Typedoc + `typedoc-plugin-markdown` with the `hideBreadcrumbs` value set to `false`, it generates the following output: ```md...

next

Hello, and thanks for the excellent plugin. I don't like some of the things that the plugin is doing, such as naming the root page to "Readme". Specifically, I would...

documentation

The following code needs to be updated: https://github.com/electron-userland/electron-webpack-quick-start/blob/master/src/main/index.js#L23

![image](https://user-images.githubusercontent.com/5511220/165755486-9a694991-cb9b-4372-b508-38f98d3e20f1.png) But it is allowed, as per [this page](https://cspell.org/types/cspell-types/interfaces/CSpellSettings/#loaddefaultconfiguration), so this is a bug. My guess is that the schema for the extension forgot to be updated when the option...

It would be great if there were something in LuaCheck that is analogous to the following ESLint rule: https://eslint.org/docs/rules/indent By default, it should be 2 spaces, since that is what...