Philip Tovstogan

Results 10 comments of Philip Tovstogan

Hello! Yes, that is unfortunately internal limitations by Google and we cannot do much about that. For now, you can try downloading from MTG, but it might be slower. We...

Any news on the updating PyPi?

One point made by @alastair in #1215 is that maybe we should wait 1 month before deleting unactivated users with bounced emails (for them to have time to contact support)....

We need to remove a restriction for URL to be a web URL, but still show a warning to catch possible typos in http/https

Yes, see [this branch](https://github.com/MTG/freesound/commits/oauth-callback-new-schemas). Things left to do is to change the validator to custom one that will accept additional valid URL schemas. Also that is the thing that I...

Should be fixed with the deployment of #1170 and running `report_count_statuses` management command

@ffont can you verify that the problem is fixed and we can close the issue?

Verified the database changes with jamendo-api and id3 tags, and running the app, seems ok with minor hiccup on API (I think jamendo started returning strings instead of ints). Decided...

- afaik DATA_DIR is primarily used for processing scripts, config-docker.py is used for deploying the app, which should primarily use AGGRDATA and INDEX DIRs - not sure about this, would...

Migrated to uv, everything seems working, please review. I am not sure if `compose.yml` is for dev or for deployment. I suspect bumping numpy to v2 and annoy version upgrade...