André Aquilina

Results 11 issues of André Aquilina

Hi! I'm trying to run a query with time_bucket_gapfill as follows: ``` MyModel.timescale.filter(time__range=ranges).time_bucket_gapfill('time', '1 day', start=ranges[0], end=ranges[1]).annotate(Count('temperature')) ``` However, since datapoints defaults to 240, it's not possible to pass None...

Currently when installing the requirements on an M1 Mac, there are certain packages (e.g numpy) for which the current version cannot be found or does not work. I propose changing...

## What does this PR do? Fixes #1147 ## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for typos and docs improvements) - [x] Did...

bug / fix

## 🐛 Bug Hi :) ! I am training a detection model (maskrcnn) and it works fine with the MeanAveragePrecision metric in single gpu mode. However, when I activate DDP...

bug / fix
help wanted

Are there any plans to begin a PySOES project? If not, any recommendations of where to get started?

Fix https://unix.stackexchange.com/questions/508724/failed-to-fetch-jessie-backports-repository Fix and close #9

Getting the following error when trying to build mowoli: ``` failed to solve: process "/bin/sh -c apt-get update && apt-get -y --allow-unauthenticated --no-install-recommends install nodejs && rm -rf /var/lib/apt/lists/*" did...

I have created a child class that will inherit from the business time class such that you can now pass in a list of 7 tuples indicating the business hours...

I'm working on an application that uses dj-stripe for subscription management. I've noticed that when canceling a subscription that's in the trial period, dj-stripe cancels it immediately rather than allowing...

question

### My actions before raising this issue - [x] Read/searched [the docs](https://github.com/opencv/cvat/tree/master#documentation) - [x] Searched [past issues](/issues) ### Expected Behaviour It would be convenient for the annotators to have a...

enhancement