Sunjiawei58

Results 4 issues of Sunjiawei58

### Dev setup: - `react-native-create-bridge` version: 1.2.2 - `react-native` version: 0.49.3 ### I am using create-bridge in a: - [ ] standalone library - [yes ] existing React Native project...

Hello, I was told to try to run the program on Ubuntu 16.04 with python 2.7 and tensorFlow already installed, but when I tried to "python SentenceMatchTrainer.py", I got this...

I followed the tutorial from the ReadMe. But the app always crash when I pressed a key. I debugged and found KeyEventModule.initKeyeventModule() is never been called. Can anyone give me...

router.get('*', gallery({ staticFiles : 'resources/albums', urlRoot : 'gallery', title : 'Images', render: false }), function(req, res, next) { console.log(req.data) // res.render('image/delete.handlebars',req.html) res.send(req.html) }) above is my code to use the...