Pierre Cavin
Pierre Cavin
> sorry for the delayed response here. you caught me while i was traveling and i've been slow to catch up no problem at all, hope you enjoyed your vacation,...
cf. `ossf/scorecard` documentation on the same subject: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md#authentication-with-fine-grained-pat-optional
After setting up private Renovate instances for @talent-ideal and @insurgent-lab as GitHub Actions using a GitHub App to authenticate, and learning more about the [repository rulesets](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets), I realized this could...
Just realized that since branch protection is only an issue for `@semantic-release/git`, we might be fine simply adding a PAT section on its README. Can you transfer the issue there...
Hey @phroggyy, thanks for the quick reply :smile: I'm working with camelCase as well, and my goal right now is to interface with a MySQL database, where datas are stored...
Well actually :stuck_out_tongue: we can just use `Object.keys`, working on this rn I keep you updated.
@phroggyy well ... Because Typescript removes undefined properties from class when compiling, the only option do implement this is using the `useDefineForClassFields` option as well as targeting ESNext (this may...
So all of this is implemented in https://github.com/insurgent-lab/ts-entity/pull/2. You'll definitely not be interested in this as it only works with Node 13.2+ (latest right now :joy:), but maybe with Babel...
Thanks so much for the validation @psixdev. [The fix I'm testing out](https://github.com/sheerlox/node-cron/commit/187dbe57ada28217b810b231bf57afdfe3a3b394#diff-a66bffdb979d130e04df61edb944cc04d2fdedf8117ca2732cb6d119d5f5e7b2) for #805 is related to this issue. However, in its current (testing) version it will still stop the...
Closing this issue in favor of #962, which regroups similar issues and includes a general bug description, root cause analysis, reproduction instructions, and a proposed fix. Please join the discussion...