Sergey Khomyakov

Results 5 issues of Sergey Khomyakov

```python class MyFilterBackend(BaseFilterBackend): def get_schema_fields(self, view): return [coreapi.Field( name="values" required=False, schema=coreschema.Array(items=coreschema.Integer(), unique_items=True), location='query' )] ``` Result: ![2019-01-22 18-18-05](https://user-images.githubusercontent.com/866005/51521361-235e5300-1e72-11e9-9f29-b95cdb30c575.png)

feature

When I try drain_events in first thread and publish message in obtained channel in second thread I never get the channel in second thread. Possible dead lock or i will...

**_Bug report_** * [v] I've checked documentation and searched for existing issues * [v] I've made sure my project is based on the latest MST version * [v] Fork [this](https://codesandbox.io/s/y64pzxj01)...

bug
help/PR welcome
level: easy

The package at "./node_modules/dbug/index.js" attempted to import the Node standard library module "tty". It failed because React Native does not include the Node standard library. Read more at https://docs.expo.io/versions/latest/introduction/faq.html#can-i-use-nodejs-packages-with-expo

Please add mobx dev tools. https://chrome.google.com/webstore/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod

help wanted