timtrinidad
timtrinidad
Right now, non-reviewer/non-author watchers do not have variables to send to a webhook. Bitbucket used to have a `PullRequest.getWatchers()` function, but it was [removed in 6.0](https://developer.atlassian.com/server/bitbucket/reference/api-changelog/#new-watcher-api). I can't figure out...
## Description This adds `inRequestScope` support in `fluentProvide`. ## Related Issue inversify/InversifyJS/issues/678 ## How Has This Been Tested? * Updated tests that included `inSingletonScope` and `inTransientScope` to also include `inRequestScope`....
**Describe the bug** With 128 classes, gen-doc completes in under 20 seconds. With more than 129 classes, it takes more than 3 minutes. I think this is due to the...