Daniel Sager

Results 10 comments of Daniel Sager

Has been a while :) Is there any update on changing parameters to be required/optional later on? For us it's also a common use case when defining `POST` & `PATCH`...

Hi @etagwerker , we no longer use RubyCritic. I am afraid I lost the context for this issue over time and have to retract my offer of making a PR...

I'm having the same issue under Manjaro Linux, using gnome shell.

I just noticed that if I run `mozillavpn activate` on the CLI prior to opening the GUI client, it works. (Manjaro Linux, Gnome Shell, `mozillavpn-git 2.19.0.r44.g54da75553-1` from the AUR)

We are running into the same problem. Given this coverage report: ``` grep consultants_controller tmp/ci_reports/coverage/coverage.xml ``` We get the following error from the [Jenkins Coverage plugin](https://plugins.jenkins.io/coverage/): ``` java.lang.IllegalArgumentException: There is...

Simplecov builds on top of the `Coverage` module from the standard library, which already doesn't have that info, it seems: https://docs.ruby-lang.org/en/master/Coverage.html

We are facing the same problem after upgrading from grape 1.7.1 to 1.8.0 Switching from `Grape::Extensions::Hash::ParamBuilder` to `Grape::Extensions::ActiveSupport::HashWithIndifferentAccess::ParamBuilder` solves this. It's not great as this would require us to change...

Thank you @Senchatay , that's indeed a good option. I'll give it a spin!

FYI, this error still happens after an update to `fwupd` version `2.0.6-1` on Manjaro Linux: ``` Mar 06 12:43:44 dani-starbook systemd[1]: Starting Firmware update daemon... Mar 06 12:43:44 dani-starbook fwupd[3017]:...

> > ...how other language servers solve this problem > > That seems more about editor plugins then LSPs. The [VSCode extension for rubocop](https://github.com/rubocop/vscode-rubocop) also allows you to set a...