adripo

Results 54 comments of adripo

@szaimen FYI moment.js [development is being stopped](https://momentjs.com/docs/). As they are suggesting, maybe we [don't need moment.js anymore](https://dockyard.com/blog/2020/02/14/you-probably-don-t-need-moment-js-anymore)

I did some fast tests and the problem is the missing API key in the request. I enabled YouTube Data API v3 from here https://console.cloud.google.com/marketplace/product/google/youtube.googleapis.com and generated a YouTube API...

Nevermind, I found out the issue. The API key used in this project exceeded request quota. I get the following response if I do the request with the default api...

@cloewen8 I temporary solved the issue by manually generating an api key on my account and changing it in the dll. This is the value that I replaced in mine,...

Thanks, it works fine with v1.8. You can close the issue once this version is officially released.

Duplicate of #614. @fuzzyoung let's close this issue and react on #614 with a 👍

I think the problem could be in this foreach: https://github.com/nextcloud/maps/blob/master/lib/Service/GeophotoService.php#L78 Can this logic be changed to group multiple queries in less requests on the db?

Is dav used for other operations in this app? I can test if you need validation on this bug

The issue is also impacting cospend app. It happens with width < 512px. https://github.com/julien-nc/cospend-nc/issues/248 When clicking on the textarea, the focus is attached to the logo link instead of the...

Thank you for the update. Looking at the [supported platforms for QT6](https://doc-snapshots.qt.io/qt6-dev/supported-platforms.html) it should still be compatible with ARM. I also agree to wait until the new version is really...