Spencer Kaiser
Spencer Kaiser
Yep! The value is being set now, but there are other problems with the color mode stuff (#6790, for example). Honestly this one might be closable - you should upgrade...
@arne-at-daten-und-bass thank you for your comment! I really hope this gets a full implementation soon, it's the only thing keeping this module from being amazing!
Couldn't you make the `fields` param `keyof Place` and then make the return type an `Omit` of `Place` and `fields`? Seems like making literally everything optional because of the `fields`...
I recently created an open source app called [Asking for a Friend](https://github.com/AmericanAirlines/AskingForAFriend), which was written in **TypeScript**, lifted with Eslint and Prettier, and has **99% test coverage via Jest**. I...
@seratch thanks for the super quick response!! I actually tried that earlier and had a similar problem... I _know_ that value is there, but I can't seem to make any...
I think the issue on my end is that `SlackEventMiddlewareArgs` is yielding `MessageEvent` which does't include the properties from `MessageRepliedEvent` 🙁 Are you (or is someone else from your team)...
Setting that subtype to `message_replied` yields a `message` of type `never` ☹️
## Solution For those still struggling with this, the solution is super simple but obscure: 1. Sentry > Settings > Integrations > GitHub 2. Configurations tab: create a configuration if...
Glad I'm not the only one! Certain words/component names just fail to load for me, others are laggy at best...
Super neat idea and I'd use it!