NewOldMax
NewOldMax
Hi, thanks for you awesome library. Some of users are confused with a case when they must tap on some button twice, first time to close circle, and second time...
Hi! Thanks for this awesome library! I have image on background in my app. ```` const style = { image: { flex: 1, width: null, height: null, resizeMode: 'cover', },...
Hi, First, thanks for your work :) Second, I tried to use your code without any changes for test purposes,, but result isn't good. Output of ``python rnn_tf.py saved\model.ckpt "The...
Hi, In my case, I have some array of objects ordered by `name` key. This code ````javascript var lhs = [{id: 1, name: "a"}, {id: 2, name: "b"}, {id: 3,...