Aleksandr

Results 11 issues of Aleksandr

### What happened Simple RichTextBlock [is valid](https://app.slack.com/block-kit-builder/T02F5BV04GL#%7B%22blocks%22:%5B%7B%22type%22:%22rich_text%22,%22elements%22:%5B%7B%22type%22:%22rich_text_section%22,%22elements%22:%5B%7B%22type%22:%22text%22,%22text%22:%22test%20message%22%7D%5D%7D%5D%7D%5D%7D) in block kit, but not valid in api. Returned error has no useful metadata. ### Expected behavior RichText is successfuly sent, nil error...

![default](https://cloud.githubusercontent.com/assets/11508654/19650374/2388c9a2-9a1a-11e6-90de-4860a20ba160.png) Health Report: ` { "uuid": "6e42fd4f-e655-4f36-a85f-064e2af05186", "snapshotTime": 1477320392154, "productName": "Brackets-Electron", "os": "linux", "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Brackets-Electron/1.8.4 Chrome/52.0.2743.82 Electron/1.3.7 Safari/537.36", "osLanguage": "en", "bracketsLanguage": "en",...

I have a basic model: ```python class UserGroup(Model): uid = BinaryUUIDField(index=True) gid = BinaryUUIDField(index=True) class Meta: primary_key = False indexes = ( (('uid', 'gid'), True), ) ``` When I'm inserting...

Is it possible to analyse codebase with stan using `--level` argument? In many other editor extensions there is such option, but this awesome ls lacks it.

todo

Intended to merge after #52

#### Summary App cals do not expand Post/Channel info into its context. #### Steps to reproduce MM 9.5.2, running in docker: `mattermost/mattermost-team-edition 9.5 c54e67222873` Go package: `github.com/mattermost/mattermost-server/v6 v6.7.2` Add an...