André Gasser
-
-
On Thursday morning I will hike up to Leglerhütte in beautiful #Glarnerland. Leglerhütte is an SAC mountain cabin. The weather is good 😀 https://leglerhuette.ch/ #Switzerland #Glarus
-
In the background: Vorderer Eggstock 2448m #Braunwald #Switzerland
-
-
I seems @bocops and I have found a new name for the current #BigBone project: It's "yuki", that's it. It's Japanese and means "snow". I like the name because it is short, easy to remember. Furthermore, our library originates from the #mastodon4j project, whose author is also japanese.
So far I have not found any negative interpretation of this word.
-
#Dependabot is telling me that I should update #okhttp from 4.10 to 4.11. Looking for the release notes, but can't find 'em. Last release notes for 4.x line is 4.10.
-
Just a heads-up: Our #Mastodon client library project for #Java and #Kotlin will be renamed from #BigBone to #Sabertoot within the next week. Existing snapshots of #BigBone will stay on #MavenCentral for a while but there will be no more updates. More details will follow soon.
https://github.com/andregasser/bigbone -
It's done: I have created release notes for all #BigBone snapshots published since I have started to work on a detached fork of #Mastodon4J. I will continue to do so for all coming releases.
To the release notes collection:
https://github.com/andregasser/bigbone/releases -
A new #BigBone snapshot was pushed this morning. There was an integer overflow issue reported by a #Mastodon4J user.
Probably caused by some fake / spam accounts, but still, the library should be able to parse this data.
More details here:
https://github.com/andregasser/bigbone/issues/176 -
I have just opened a new issue in #BigBone for an integer overflow that someone seems to be experiencing with #Mastodon4J. It seems to happen, when account information is parsed (follower count, status count, etc...).
That's interesting. These fields are currently typed as Int, whereas Int has a max value of 2'147'483'647.
Can anyone provide me a link to an account with such a high number of followers or accounts?
-
@jitterted @KevinWorkman Hi all! Thanks for mentioning our fork. So far, we have mostly been working on putting the existing code on an up-to-date basis, e.g. updating the build system, dependencies, and such. Also, we have fixed several bugs already that have been present in the code (some of them have also been reported in #Mastodon4J). Furthermore, a lot of code was restructured to simplify the API. For the coming releases, we plan to extend the Mastodon API coverage. https://github.com/andregasser/bigbone/issues?q=is%3Aissue+is%3Aclosed
-
@thelinuxcast Thanks for mentioning #Borgbase. Seems to be a really nice solution. Just saw that they also provide a nice tutorial on how to configure #Borg backup on a #Synology #NAS. https://docs.borgbase.com/setup/borg/synology/ Need to consider switching from AWS to Borgbase 😊
-
Btw: Kudos to @factotum who was so kind to fix one of the issues that caused some headaches for some former #Mastodon4J library users in the past. Should be working well in #Bigbone now. https://github.com/andregasser/bigbone/issues/25
-
Some updates regarding the #Bigbone #Java / #Kotlin client library for #Mastodon: Artifact deployment to #SonaType #MavenCentral is mostly ready (PR to be created), update from RxJava 2 to latest 3.1.5 done as well. Plus further API cleanups done. Big thanks to @factotum for his contributions so far! Release 2.0.0 is getting closer! https://github.com/andregasser/bigbone
-
We will continue our fork of #mastodon4j under a new name: bigbone. Repository and related stuff will be renamed within the next days to make sure we can publish this independently. #GitHub #Mastodon #Client #Java #Kotlin https://github.com/andregasser/mastodon4j
-
Our #mastodon4j fork get's some traction. We've started to create some issues, defined a milestone 2.0.0 release, and continue to define what needs to go into our first library release. If you guys have any input or are willing to contribute, then checkout this #GitHub repo here:
https://github.com/andregasser/mastodon4j
Every boost on this post is welcome 🙂
-
I have just detached my fork from the original #mastodon4j project on #GitHub and will continue development as a separate package. Need to rename my package to something else (any ideas?). I have created some issues in my repo and defined an initial milestone release 1.8.0. Hopefully I can make some progress on this. Big shoutout to the people who have contributed so far! https://github.com/andregasser/mastodon4j
-
I have forked the #mastodon4j project on #GitHub and migrated it to latest #Gradle plus latest library releases. Also migrated tests over to #mockk. Let's see what else I can do. I use this lib in my own project. Need to implement some of the v2 endpoints from the #Mastodon #API as well.
Not sure, if the current repo of #mastodon4j is still maintained. Wrote to the maintainer, but did not get a reply. Also, all of the other forks look pretty outdated.