Dmitry Zakharov

Results 135 comments of Dmitry Zakharov

``` var test = $("#test") test.editableSelect(); test.on('select.editable-select', function (e) { console.log('a') }); ``` that code fires 2 events... I found workaround for people who use it: use only 'select' not...

Use it for my [Test Storage](http://github.com/test-storage/test-storage) - test case management system, also use it at my full time work for gRPC microservices.

I got same problem (windows 10 environment) when trying to *upgrade* my node **8.8.0** with npm **5.5.1** to node **9.8.0** but installation of node **9.8.0** does not update my npm...

Looks like parcel can't working when I try to build for renderer and main processes (main is nodejs typescript app + createWindow, renderer is typescript frontend). I have typescript on...

If someone find this issue, its possible to use cookies via passing option `withCredentials: true` when creating service client.

@mhoad currently im not use grpc-web but, looks like it's possible what I mean but with problems: https://stackoverflow.com/questions/54883895/securely-exposing-a-grpc-service-with-authentication-using-grpc-web#comment98774393_54883895 I don't test it, you can try it. But if grpc-web team...

looks like you need to: 1) recompile grpc-web protoc plugin 2) recompile your proto files 3) update grpc-web npm package to latest And you got what you want.

Looks like it not fixed. @stanley-cheung can you provide some ETA for that bug?