Jason Zheng

Results 8 issues of Jason Zheng

The usage in readme is for Linux but my intellij is installed on a windows machine

In global level we have many fine-grained control over how the AutoWrapper behaves. But when it comes to the action level, only this `ShouldLogRequestData` is still retained. Is there a...

Handling websocket requests seem to be a bit tricky due to this protocol's nature. The log files will be flooded with websocket-related messsages and I usually get this "The response...

I follow the sample code but I ended up with two set of maximize/minimize & close button. ![error](https://user-images.githubusercontent.com/24716506/41658640-59f1aab2-74da-11e8-890e-28f60b01eb3f.PNG)

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If I run Mindsdb inside docker and then run the integration...

Bug
Follow-up

Firstly, this is a great library and it fits natively fit in our dev requirment, and it does make my life easier. But it seems that the algorithms being used...

Updated dependency has its namespace changed from Microsoft.Practices.ServiceLocation to CommonServiceLocator. Ref: https://github.com/unitycontainer/commonservicelocator/commit/908a30f0f4c036d1ded0c0967fa3a7ae823aa5ce https://github.com/PrismLibrary/Prism/issues/1211

CommonServiceLocator has a breadking change from 2.0.1 onwards where its namespace changes from Microsoft.Practices.ServiceLocation to CommonServiceLocator. [https://github.com/unitycontainer/commonservicelocator/commit/908a30f0f4c036d1ded0c0967fa3a7ae823aa5ce](url) It seems to me this library does not make the change accordingly. I...