Julien Papasian

Results 71 comments of Julien Papasian

> > So we need `unixtime_dst_aware` to fix the issue described in first post. Thanks! > > > We have two different timestamps for daily, depending on the timezone parameter....

If that helps some of you, to workaround the issue, I put the following algorithm in place: 1. Set the timezone of the date as the timezone of the location,...

Yes, I was not expecting using records as an indication of maximum reachable temperature, but rather knowledge fact, associated with a datetime (example: on 2003-06-XX, temperature reached the all-time record...

Actually, there is a native way to do that, you can use the "expires" HTTP header (server side). It is supported by most popular HTTP libraries and you mostly have...

I'm not familiar with Swift, but I tried reading a bit the code. It looks like results is initialized with an empty list, and not with a `null` value: https://github.com/open-meteo/geocoding-api/blob/c64553775c2f3f35bc66f57392e2ed8a39551ef6/Sources/App/api.pb.swift#L35...

Hi, happy to see you back with a new weather app, David! I really liked Prognoza, especially the technical part which you're very good at :) Initially, Geometric Weather used...

Your feedback was taken into account and I rebased/merged commits. Note that it's usually not necessary to bump extension version/user agent, as you can see in other projects they have...

That's not the same thing, we use `isGooglePlayServicesAvailable (Context context)`, not `isGooglePlayServicesAvailable (Context context, int minApkVersion)`

FYI, I remember hitting other issues of many unimplemented functions with this lib, so I'm not sure this can be used in an app. I was mostly using GMS for...

The spam database is not implemented in Tranquille directly. You can integrate it to your project by implementing this library: https://gitlab.com/xynngh/LibPhoneNumberInfo ```kt [versions] lib-phone-number-info = "c77bdd2b69" // ... [libraries] lib-phone-number-info...