Miguel Araujo

Results 11 issues of Miguel Araujo

Hi Zain, I was trying to use jogging with django-sentry. This were my settings: from sentry.client.handlers import SentryHandler import logging GLOBAL_LOG_LEVEL = logging.INFO GLOBAL_LOG_HANDLERS = [SentryHandler()] I one view I'm...

This checks that POST payload received matches the one expected. This is very helpful for improving robustness of some mocked tests, when creating or updating objects, it is very helpful...

feature request
requires-rebase

LK tracker is broken, it's using a variable `LK` that is not defined. This simple patch fixes it. Cheers, Miguel

- Removing code lines commented out - Updated VideoStream to use newer cv2 `VideoWriter`, `cv.createVideoStream` is considered legacy. - Calculating `frametime` once in the constructor, this value doesn't change. This...

Hi Leland, We've crossed some tweets beforehand, but as usual Twitter character limits don't help. Thanks for offering your help, really appreciated. The app we are building is using mostly...

Hi @ldn0x7dc First thanks for this project and also `react-native-transformable-image`, they are both incredible. I've been modifying some parts of both libraries and I'm going to submit some PRs with...

In this case I needed my images to behave like if their resizeMode was set to `cover` and to be honest, if you agree, instead of adding a new prop...

Hi there, First, thanks for releasing this plugin. I was just trying to setup an ES service cluster in AWS, to send my logs there using fluentd and this plugin....

Hi there, I love turtlestein concept, however I'm not managing to get the most of out it. I've set my user settings like this: ``` json { "surround_cmd": ["source ~/.bashrc...

Hi David, I have read all idmapper's code and I have a couple questions. I was not sure about mailing them to you or putting them here, sorry. First I...