Chris Harwood
Chris Harwood
## Summary This attempts to resolve #250 by specifying the supported version for dynamic imports. I'll open some discussions on the code around some of my changes. I wasn't sure...
The user profile URL lost its `/u/` at some point, so I need to fix those format strings.
Group milestones can be assigned to projects within that group. We will need to perform a lookup for milestone information in two possible locations.
When unrecognized messages come in, an exception happens in **slack.js** when it tries to access `body.__kind.title` when there is no `__kind` property. I forgot to add it in the default...
When GitLab starts up, the API isn't immediately available, even though the service has started. If label caching is enabled, API connection failures should result in an exponential backoff sequence...
## Details Currently, any `options` provided by the log-in handler that services a log-in attempt are not passed to the server-side `Accounts.onLogin` and `.onLoginFailure` lifecycle hooks as part of the...