Viktor Andersson

Results 724 comments of Viktor Andersson

> Hi @xmichele, thanks a lot for looking into this. > > I'm frankly not the best person in terms of upgrading our python version. I'm adding @pierresegonne and @FelixDQ...

I kind of suggested the same thing in https://github.com/electricitymap/electricitymap-contrib/issues/3938#issuecomment-1171088990 but it probably a good idea for it to have it's own issue. This should also be changed on the backend...

Yeah that seems only logical. Perhaps we could update the current ones to show a value per hour as well since all other values are per hour?

> This is pretty interesting. I didn't know this was a thing. Per https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames#browser_compatibility it's supported by recent versions of everything but IE. Do you have an idea of market...

@madsnedergaard you might be interested in this. 🙂

I was planning on using something like this to use both of them together: ```js const translationFile = await import('language-file'); const countryName = translationFile?.zoneShortName?.[/* ISO 3166-1 alpha-2 */]?.zoneName ?? new...

Jeez that is a lot of changed files... Although I think this is a good change overall I'm just curious if this could implement the capacity changes I suggested in...

I noticed a problem with the file names, Windows will not let you put `>` in the name and honestly I have no idea what will happen if you try...

> > Windows will not let you put > in the name and honestly I have no idea what will happen if you try and open a file with it....

> > Although I think this is a good change overall I'm just curious if this could implement the capacity changes I suggested in https://github.com/electricitymap/electricitymap-contrib/issues/4396 but modified for individual files...