tngan

Results 80 comments of tngan

@antsremedy We haven't supported one attribute contains multiple values yet. Let me handle this as a feature request.

@vinhtran1995 I can do the package installation through `yarn add react-native-bluetooth-cross-platform`. Would you like to show what errors you have encountered ?

@hkjeffchan Have you resolved this issue?

Release v2.8.6

@BuildTheRobots Have you solved the problem ? I have encountered same issue using Mac OSX, I tried to look inside the source code. https://github.com/Otacon/wifi_china_drone_controller/blob/a35b2298d79528c70c078bf33dce5be61e72b6f2/src/main/java/org/cyanotic/cx10/ui/MainWindow.java#L168 ![image](https://user-images.githubusercontent.com/10245912/34078532-2907fb64-e357-11e7-8e7a-c2e89c16ff96.png) The radio buttons are supposed...

@ABitShift Yes, feel free to submit a PR, thanks for recalling this.

I have found a workaround to get rids of this. I found the language server is not installed properly under the languages folder. 1. Quit zed application 1. Remove the...

@madongd Have you resolved this issue ? I am thinking if I need to do it with another way, saying to store images in assets-library.

@jer-sen `replaceTagsByValue` is definitely not the optimal function to construct xml, it's doing string interpolation. I will draft a new function and add a deprecation warning for this function.

@ivarconr would you like to further explain what you have fixed for the memory leak? the file you have modified is the compiled file, so it's also difficult for others...