Matteo Gioioso

Results 17 issues of Matteo Gioioso

Might be better to add an explicit opt-out to swallow internal errors: ```javascript } catch (e){ if(this._config.errorSwallow){ this._logger("Swallowed internal error", e.message) // Swallow the error, if this produce an error...

enhancement
help wanted
good first issue

https://github.com/semantic-release/changelog https://semantic-release.gitbook.io/semantic-release/usage/configuration

enhancement
help wanted
good first issue

Detect the connection utilization ratio and based on that automatically tweak the `minConnectionIdleTimeSec` and the `maxIdleConnectionsToKill`. This will improve performance and add dynamic "aggressiveness". This will take in consideration of...

enhancement
help wanted

Looks like there is no documentation for Image Editor UI API. Am I missing something?

Hello and thanks for this library. I am trying to use the abort controller, but it does not seems to work. ``` Ubuntu: 20.4 Node: v18.15.0 "s3-sync-client": "^4.3.1" "@aws-sdk/abort-controller": "^3.374.0"...

Similar to serverless-mysql it would be good to add benchmarks: https://github.com/jeremydaly/serverless-mysql#tests

help wanted
good first issue

I have followed the instructions and I got this error `Error 'Sentry' is not defined no-undef` Gatsby: `2.2.9`, React: `16.8.5`, Gatsby-sentry: `1.0.1`, Node: `10.15.3`,