Sofiane Gargouri
Sofiane Gargouri
Whenever I declare a parameter named `pending`, (eg: `parameter :pending, type: :boolean`), I'm getting the following error: `Expected pending 'No reason given' to fail. No error was raised `
I'm currently using the rule `import/no-unused-modules` to find dead code and eliminate it. In my current stack, I'm using [Storybook](https://storybook.js.org/) to document my components. I can remove the warnings of...
### Steps to reproduce - Create an app with `skip_client_authentication_for_password_grant true` - Create a user (A) and create a token for it - Create another user (B) and its token...
Some hosting services like Scalingo or Heroku only allow env variables to handle secrets. Is there a way to directly pass either a base64 to FCM or even the JSON...
Hi, I can't find a way to make my printer work with this library. It is plugged as USB, and I tried both USB dans NativeUsb drivers, without success. My...
### Describe the bug When uploading a file using Axios, it's handled differently by Node.js and Bun.js. Here are the CURL of the two same requests extracted. With Bun: curl...
I'm using Next.js. There are conventions of named exports or default exports in certain file names that are not imported anywhere else. I would like to use the `import-x/no-unused-modules` rule...
According to Homebrew's website, Spotmenu's cask seems to be deprecated: https://formulae.brew.sh/cask/spotmenu Triggering a warning when running `brew doctor` ``` ➜ ~ brew doctor Please note that these warnings are just...