Josh Smith
Josh Smith
# Problem When joining a project, a user should be able to send an optional message to the project. Ideally we would connect this message/conversation to a join request so...
## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...
- Some additions to the README that mention certain usages - Possibly some additions to the dummy app to also show off what kind of complex behavior can emerge -...
I'm quite positive I'm doing something wrong, but I'm using the basic vanilla example code and getting the following output: ``` javascript throw e; // process.nextTick error, or 'error' event...
I am not at all sure what's causing this issue. It works for me, and for others it fails, making it pretty impossible to debug since it's on a per-user...
# Problem We want to add an `InvitedUser` with the following attributes: - `email` - string; required - `role` - string; optional - `name` - string; optional And the following...
# Problem If we're lacking the proper ENV variables for getting an integrations token, we'll get the following for code that tries to exchange our application credentials for a token:...
# Problem Here are the remaining core actions we need to track: - [ ] Reordered Task in List - [ ] Connected GitHub App Installation to Project Some we...
# Problem If a conversation is updated with `status` of `"reopened"`, then we should create a conversation part with a `part_type` of `"reopened"`. Blocked by #1318. Could probably be done...
# Problem If a conversation is updated with `status` of `"closed"`, then we should create a conversation part with a `part_type` of `"closed"`. Blocked by #1318. Could probably be done...