-
OS: Fedora Linux 35 (Workstation Edition) x86_64
Kernel: 5.17.9-200.fc35.x86_64
AMD Ryzen 5
bin/setup output
> bin/setup
== Checking dependencies ==
Overmind not found
We recommend ins…
-
### Windows Build Number
11.0.22000.194
### WSL Version
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.10.60.1
### Distro Version
Debian 11.0
### Other Software
PhpStorm 2021…
-
`id` is of course a special field, and our codebase has a convention to place the `id` field first above all other fields.
Would you accept a configuration such as `IdFieldFirst: True/False` to enf…
-
### Describe the problem as clearly as you can
I have a `Gemfile` where I'm trying to update inspec and inspec-bin to the latest version, and keep getting a timeout (see below). I have tried removing…
-
## Describe the Bug
I'm trying to add litmus to a forge module (ipcrm/registry_acl). Vagrant is my provisioner (2.2.5) and the machine does provision, but the rake task litmus:provision_list[win2012…
-
When running `bundle exec rubocop -a` I encountered an issue with the MatchArray cop.
The following correction is offered:
```
spec.rb:32:32: C: [Correctable] RSpec/MatchArray: Prefer contain_exa…
-
Currently, if we run `bundle exec rubocop --auto-gen-config --only Style/Documentation`, the config will contain all the enabled COPs from our `.rubocop.yml` config file.
--------
## Expected be…
-
When auto-correcting the below statement:
```
lang = SUPPORTED_LANGS.include? preferred_language ? preferred_language : "en"
```
rubocop replaces the line with:
```
lang = SUPPORTED_LANGS.incl…
-
There's any reason that would explain the increase launch time of neovim when using this plugin?
My usual start time is around 30ms (with mason+lsp+cmp). If I use the default configuration in this…
-
### Description
hey 👋🏻
a couple of days ago, I noticed that when I try to format a ruby file, I get this error:
which is weird to me because I haven't changed anything in my config for at …