David Vo

Results 95 issues of 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: ![Slack default avatar](https://a.slack-edge.com/df10d/img/avatars/ava_0022-512.png) I...

T-Enhancement

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...

T-Enhancement

**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...

T-Enhancement

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.

hacktoberfest
substitutions
T-Defect
Z-Good-First-Issue

The Discord bridge translates `@room` to `@here`. It'd be nice to have that option with the Slack bridge too.

hacktoberfest
substitutions
T-Enhancement
Z-Good-First-Issue

`¯\_(ツ)_/¯`

hacktoberfest
substitutions
Z-Good-First-Issue

Query parameters tend to get logged along with the rest of the URL, so probably prudent to pass the access_token via headers instead.

enhancement
good first issue

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/)