yoanmLf

Results 8 comments of yoanmLf

+1 I also have an issue with the fact that schema is dropped an re-create because I use triggers to perform some tasks (mainly to create history for some table,...

In case it helps, see below patch for the two node_module lib files: _`tmp/node_modules/xxx` is used to replace the corresponding file when docker image is created_ `@octokit/plugin-throttling/dist-node/index.js` ```diff index 0ccf157..272a860...

Thanks for the quick answer :) > Do the tokens belong to the same user account / app? If so, then you have to pass a single bottleneck instance to...

How to reproduce the issue : - `index.js` ```js const { throttling } = require('@octokit/plugin-throttling'); const { Octokit } = require('@octokit/rest'); const repoOwner = 'XXXXX'; const repoName = 'YYYYY'; const...

No problem 👍 For the moment, we keep the plugin active knowing that it may not work in some cases. At least it delays requests which is a good thing...

FYI, did the update on my fork and executed PHPCS with php8 compatibility checker to ensure nothing will be broken. It looks OK _Also checked for php 8.1, same result...

Another update is required for `php-http/httplug`, requirement should be `^1.0|^2.0` too. It seems there is no [breaking change from v1 to v2](https://github.com/php-http/httplug/blob/master/CHANGELOG.md) (as said `This version is no BC break...

_Just saw that PR #11 which looks like more or less the same as what I did_