Maarten Brouwers

Results 9 comments of Maarten Brouwers

What @dandv said; transition to the official Highcharts React wrapper was easy.

There is an official HighchartsReact wrapper now, which might be the path forward: https://github.com/highcharts/highcharts-react

this isn't a clean upgrade path. This pull request should be closed

Wouldn't drop it as long as Leaflet is still supporting it.

Alternative suggestion, since they're so small: use data urls with base64 encoded images?

Definitely some improvement needed here indeed, although with this change it isn't as impossible as before: https://github.com/socib/Leaflet.TimeDimension/pulls import Leaflet from 'leaflet'; import iso8601 from 'iso8601-js-period'; window.nezasa = {iso8601: iso8601} import...

Can confirm, also '#' ... and @resuna, parhaps it has more to do with the receiving file system than with unicode?

Why number formatting is also nice to have (nl-NL numbers): ``` I18n.t :hours, scope: [:count], count: 2 # 2 uren #works ``` ``` I18n.t :hours, scope: [:count], count: 2 #...

This works now, I think this issue can be closed (Mastodon 4.2.x) While this ticket was older, it has been superseded by these: https://github.com/mastodon/mastodon/issues/22423 and https://github.com/mastodon/mastodon/pull/20878