Proddy

Results 313 comments of Proddy

just started, cobbled something together quickly to see how it affected the esp8266's flash mem. It wasn't complex to add as the documentation is good. Extending the feature service sounds...

wow, that was quick! How you built the LanguageWrapper I would never have figured out myself. I also opted to use po as the language format and followed this [guide](https://phrase.com/blog/posts/localizing-javascript-react-apps-with-linguijs/#A_Simple_Language_Switcher_Dynamic_Loading_of_Message_Catalogs)...

I started looking into this again for one of my projects where 1000+ of the users are German speaking and came across another smaller lightweight i18n implementation by [Hofer Ivan](https://dev.to/ivanhofer/i18n-my-journey-to-a-simple-powerful-and-type-safe-solution-2c46)....

great! I like the plugin approach too and it's handy to have a npm target that watches both the TS code and re-generates the translations. Together with the proxy/API you...

yes, it was. It's kind of an important one for my project and often requested. It'll also fix the annoying issue when after a firmware update the UI is not...

@rjwats any thoughts on how to trigger a UI refresh after a successful firmware upload? Either via the heartbeat socket check or just hardcoded to trigger after the fileupload. This...

Lucky you! If you wouldn’t mind coding a small stub that would be super helpful. I don’t have any time off this year (new job)! On Wed, 15 Dec 2021...

Awesome! very fancy. So how long did that take you? I like the redirect route at the end. Also while we're (you are) at it is there way to verify...

I've been using the firmware upload monitor a lot and can say it works flawlessly, a good 1 hour spent!