Sebastiano Bellinzis

Results 9 comments of Sebastiano Bellinzis

According to the [documentation](https://openweathermap.org/api) it is : **5 day forecast includes weather data every 3 hours** so changing this : ``` func getForecast5(location, units, lang string) (*owm.Forecast5WeatherData, error) { w,...

@leonelquinteros it would help if you could have a look so we can move forward.

I was going through the specific function. IF your `key.Name` is the same, as it should, for single and plural, then it should work. ```go // Set the (N)th plural...

@kuzminT , I have found the issue .. in the snippet above you see `do.translations[str] = trans` , this should be `do.translations[id] = trans` I have forked this repo since...

Hi, thanks for the update!!! that looks really promising!! Can't wait to be able to use that!

Ive no clue what your trying to say.

> On your repo Issues returned off . oh i see now, ive enabled it . I think it is because it was forked

@1klap I also use importmaps and the following works for me : I updated to `htmx.esm.js` from the v2 release. Then I added this line to the top of `sse.js`...

Hey, i assume you want to do something like tabs ? I have it done with something else I'm working on : https://partial.coffee/docs/examples/tab-select . I never added it to the...