Resolved and merged multiple PRs from the backlog
Update project README for current links and corrections https://github.com/mastodon/joinmastodon/commit/d67f7cfd143f618d9bce56fb8eb3020fe3e874ba
Rewrote README to correct URLs etc. https://github.com/mastodon/joinmastodon/commit/d67f7cfd143f618d9bce56fb8eb3020fe3e874ba
Added new translatable strings https://github.com/mastodon/joinmastodon/pull/480
Multiple PRs reviewed and merged
Merged additional client apps https://github.com/mastodon/joinmastodon/pull/442
Added 3D printing for lemmy.world to tagginator (PR on Nov 29, Merged Dec 1)
sent a PR to improve UX
Small addition to explain where to put the tweet media folder in the archiver output.
Now with added 😿
Now with added 😿
Beta testing for Forem Passport and bug / feedback reports
Minor updates to tidy up the README
Created tag page on DEV, created org profile on GitHub.
Created an issue proposing a fix for Twitter card display
I noticed that when you added the USB power option, there was a missing link to the Wiki.
This pull request adds that link and expands the information text.
For consistency, it also capitalises Homebridge, and replaces "Lightbulb" with "Light", in a couple of other informational messages.
Adding profile landing page
Primarily, updating links...
Hi there
I dusted off my 3D Xmas Tree kit and updated all of the code here for Python 3 etc. Working nicely. Hope this helps!
Happy Xmas!
Small cleanup on formatting. Updated MQTT broker to mqtt.eclipseprojects.io
.
I'll be testing this some more with the latest esp8266 board and Arduino IDE 2.0 shortly.
mqtt.eclipseprojects.io
Small change to correctly link to the Software page from the FAQ
Running some of the examples on Bullseye and Python 3.9+ causes an error:
'StoppableThread' object has no attribute 'isAlive'
It turns out that the threading.Thread module removed isAlive
in Python 3.9, replaced with is_alive()
, and that fixing this is a backwards-compatible change [a...
Opened an issue relating to missing and inaccurate data, with some proposed fixes
Include RTs as sometimes the menu is RT'd by JustEatMyTweet Only pull a single Tweet instead of several since the Regex match is dumb.
This tiny change fixes an issue with the Twitter node on devices like the Raspberry Pi.
Previously, the authentication step went to twitter.com, which redirected to mobile.twitter.com on older Webkit versions, where the oauth pin step is not supported, leaving the developer unable to add Twitt...
Update RabbitMQ to latest 3.2.2 release
Update for new RabbitMQ release Install bash_completion script to regular homebrew location for completions.
Removed cloudfoundry.json (no longer needed) Updated manifest.yml format Updated README.md to be more comprehensive on how to install, and also on zsh potential issues. Fixed vmcignore so that app.js is included in deployment