David Vo
David Vo
Potentially terrible feature request, but here goes anyway. Slack now has very unimaginative fallback user images - they all look like this, but with different colours:  I...
It is possible to restrict posting in #general to either admins only or admins + selected users. There should be an easy way to map these to power levels to...
**Is your feature request related to a problem? Please describe.** Related to #178, I need an easy way to give Slack admins permission to send messages in a Matrix room...
If I send a multiline Matrix message, the bridged message on Slack is missing the first newline in the message. If there are multiple newlines, only the first disappears.
The Discord bridge translates `@room` to `@here`. It'd be nice to have that option with the Slack bridge too.
`¯\_(ツ)_/¯`
Query parameters tend to get logged along with the rest of the URL, so probably prudent to pass the access_token via headers instead.
fixing #51 to our high quality standards 👌 👌 👌
This just changes the wrap action to internally use a dataclass. This was one of the modules that doesn't require any changes to other modules. Part of #725 ## Checklist...
[esbuild will parse and ignore type imports](https://esbuild.github.io/content-types/#typescript), so let's actually give it this information. [@typescript-eslint/consistent-type-imports](https://typescript-eslint.io/rules/consistent-type-imports) Ref: #714 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)