Pablo

Results 141 comments of Pablo

(I had the same question not long ago, and as far as I understand:) At least for BLEU, is usual that `mean(scores) != scores` in a corpus * Consider the...

There is a new reason to migrate to redux-persist v5 (and to redux-persist v6, which is ~~soon to come~~ already released, see below). React native v0.59.0 (released March 12, 2019)...

I was having the same issue. [RN v0.62 changelog](https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0620) shows `TouchableHighlight.propTypes` was removed. I'm using [react-native-material-menu](https://github.com/mxck/react-native-material-menu), and an older version used `TouchableHighlight.propTypes`. I installed [>= v1.1.2](https://github.com/mxck/react-native-material-menu/releases/tag/v1.1.2) for compatibility with RN...

@Nautman @Findiglay or anyone interested in a calendar-like component with horizontal bidirectional infinite scroll*, you can check this library https://github.com/hoangnm/react-native-week-view for a week view (disclaimer: I'm a maintainer), plus we...

Thanks @rdewolff, I agree with this. I would prefer a general prop such as `numberOfDaysJump`, `jumpOnlyOneDay`, or something similar, to allow the developer selecting the best option for them. I'm...

Small update: I've been trying to implement this feature. At first, it should not be too hard, but I run into an unexpected issue. See this examples with 3 and...

This is not implemented for the moment. To have more context, @Fasttrick or @Arslan106: 1. do u need the component to scroll through dates? or you want to show from...

Ok so, just to clarify a bit more, with 7-days it would look something like this: (the week is in parenthesis) `monday(w1) - tues(w1) - wed(w1) - thurs(w1) - friday(w1)...

Do you mean the following?? - when you press march-25 --> see dates `march-25 | march-26 | march-27` - when you press march-5 --> see dates `march-5 | march-6 |...

Please provide a minimal code example to reproduce this