Jean-Francis Bastien

Results 7 comments of Jean-Francis Bastien

Default parameter comes with node v6. You or currently with v4.

I wanted exacly what @ArsalanDotMe propose and I end up with this custom flow. I'll share it here if someone else need it. ```ruby require 'httparty' class SpotifyAuthController < ApplicationController...

@fatkodima A suggestion, to simplify the autocorrection, maybe the config `SingleAttributeValidations` could be instead an other cop that can be disable if not wanted. A cop with check and autocorrect...

Hi, thank you for the issue. Some work most to be done to handle error without a doubt. I'll keep this issue for that. Your problem also point out that...

Hi, thanks for the report. Looking at the error, `checkout-files/v2/index.js:34:32`, it seems that [`data.content`](https://github.com/Bhacaz/checkout-files/blob/master/index.js#L34) is empty. * Is `Plugins` a folder and/or empty folder? * Is `Plugins` an empty file,...

@jordanmnunez Thanks for the PR very appreciated 😄 . Works fine as it's! I have a question, can we just always use the `mediaType: raw`? This will prevent to sometimes...

Hi, thanks for the issue. Migrating to the [tree API ](https://docs.github.com/en/rest/git/trees?apiVersion=2022-11-28#get-a-tree) seems to be the solution. For the rate limiting and other issues. I'll to take a look.