Guillermo Perez

Results 13 comments of Guillermo Perez

I guess this lib is only suitable for front end. Can't find a way to have multiple instances of numeral in node. Any clue?

Works for me. But try with `yarn` https://github.com/redux-saga/redux-saga-beginner-tutorial/issues/30

Exactly. All you have to do is invert the lines: ``` hist = handy.capture_histogram(source=0) # will release the camera after execution cap = cv2.VideoCapture(0) ```

I wish someone recompiles the library. But I cannot find the sourcecode out there.

+1 for docker-compose Hope @dhensen could make a PR

Moving this block inside _constructor_ does the trick: ```javascript componentWillMount() { this.gestureHandlers = PanResponder.create({ onStartShouldSetPanResponder: this._handleStartShouldSetPanResponder, onMoveShouldSetPanResponder: this._handleMoveShouldSetPanResponder, onPanResponderGrant: this._handlePanResponderGrant, onPanResponderMove: this._handlePanResponderMove, onPanResponderRelease: this._handlePanResponderEnd, onPanResponderTerminationRequest: evt => true, onShouldBlockNativeResponder: evt...

Hi. I've just published this suggestion to Joel in medium. All you need is to create your container with this sentence (i'm editing the existing one in create_docker file): >...

What services? This is simple: you modify the code in your IDE, and the container code updates too. Then you run a command or fetch the Api. So, maybe you...

Oh, same thing in lib/ManualImageCropEditorWindow.php: if ($cropMethod == 0) { continue; } This corrects the issue in a certain way: if ($cropMethod === 0) { continue; }

Last comment: the lines I suggest don't resolve the problem. Because the proportion box is still missing in the popup for medium & large. Hope you find a solution. It...