Ernest

Results 22 comments of Ernest

@AdiChat In my opinion, we need to implement this with Ajax and lazy loading tech or we could code with client side (i.e., use JS), because: 1. Efficiency. Engine are...

I think you can remove the table from your local DB, maybe it will regenerate the error on your PC, then you can fix it.

Did you try to adding command `python3 manage.py makemigrations` to travis before test command?

![screen shot 2018-03-06 at 3 53 46 am](https://user-images.githubusercontent.com/22850435/36996748-846fc51c-20f2-11e8-93b2-de5be84e237f.png) ![screen shot 2018-03-06 at 3 54 47 am](https://user-images.githubusercontent.com/22850435/36996747-841dcf46-20f2-11e8-9f5a-ede92cb10642.png)

Is this caused by order of keywords? such as that type `search linear` doesn't show up `linear_search.xx`?

Thanks for your feedback ❤️ I made some changes to improve performance and will release it in the next version. --- Also, I think if it is very large, no...

@eboye It works for me. Could you please provide more details or a reproduce link? I have create the following sandbox for this issue, you could fork it. **To Reproduce**...

Thank you for your reply. I think it is caused by [this commit](https://github.com/iendeavor/vue-next-select/commit/16c37244a56a85124979bc326ed692b461a8931b). But I need to consider whether I should revert it and whether it is a BREAKING CHANGE...

Are the datasets and a11y attributes sufficient for all of your use case? BTW, I would recommend you to change `.vue-dropdown[data-is-focusing='false']` to `.vue-select[aria-expanded='true'] vue-dropdown` since the second one is more...

Hello everyone 👋 I published a chrome extension to debug gRPC-web activity: https://github.com/iendeavor/grpc-devtools It uses a Network Panel-like UI and is made using the interceptor API. Hope it helps. 😃