kevinchiang

Results 9 comments of kevinchiang

Working on text formatting and icons.

![microsoftteamswebhook](https://user-images.githubusercontent.com/3395738/150614190-ee06d4bc-32ac-4b30-b6c7-5e6336cca0e5.png) Planning to use this icon.

MS Alert Webhook documentation here: https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference

@arikfr , one thing I noticed during testing is that a trigger is fired when the criteria is met _and_ when the criteria is reset. Is that correct (I see...

Tested the query runner on https://graphqlzero.almansi.me/api . ~~I added the GraphQL db-logo into client/app/assets/images/db-logos/graphql.png and rebuilt the frontend, but it didn't appear in dist. Could use a pointer on how...

I can try to tackle this. One concern is afaik ace does not support a graphql syntax highlighter, they only have a graphql schema option - the list is [here](https://github.com/ajaxorg/ace/tree/master/lib/ace/mode)....

In case anyone wants to bring this into their existing install, your Dockerfile should look something like this. (double check the base image) ``` FROM redash/redash:8.0.0.b32245 USER root # upgrade...

I'd like to try this. Is the idea to also remove numpy? I see very few usages outside of using it in pandas arguments. Should I go ahead and use...