Nicolas Hoizey
Nicolas Hoizey
See: - https://github.com/jbuck/input.js - https://wiki.mozilla.org/GamepadAPI
Use History API to add screen name to the URL and restore the right screen when using browser controls to refresh the page or going back and forth, or asking...
Get inspiration from: - https://hacks.mozilla.org/2014/01/localizing-the-firefox-os-boilerplate-app/ - https://developer.mozilla.org/en-US/Apps/Build/Building_apps_for_Firefox_OS#Multi-locale_apps
- http://smus.com/mouse-touch-pointer/
Not everyone is able to limit the length of text in their feed, so allowing this action to cut what's exceeding the limit of the Mastodon/Pixelfed instance would be nice.
I don't know if it makes sense. Maybe for a feed where only the latest item should be tooted, whatever the number of toots? For an hourly status, where statuses...
A [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) could maybe take care of the checkout and commit/push steps, so this: ```yaml name: Create toots from JSON Feed items on: schedule: # Run the action every...