Alex

Results 17 comments of Alex

Sort of fuzzily related, I'm missing support for [/oauth/revoke](https://docs.joinmastodon.org/methods/oauth/#revoke) too. @mattn I'd be willing to work on this issue and provide a PR, if you are ok with it. Edit:...

Follow this [guide for example](https://botwiki.org/resource/tutorial/how-to-make-a-mastodon-botsin-space-app-bot/), for registering a new application on your account and get an Access Token to login with. Then you just have to provide the token when...

Had the same issue. Turned on debug logs for gotosocial and it reported missing "redirect_uri" for the `c.Authenticate(..., email, password)` call. Can be seen missing it in the [source](https://github.com/mattn/go-mastodon/blob/master/mastodon.go#L140). Solved...

https://planetcalc.com/1721/ https://www.dcode.fr/levenshtein-distance These links only calculates the levenshtein distance and won't handle transpositions. For fun I ran your code against my tests: ``` --- FAIL: TestSimpelWordGroups (0.00s) damerau-levenshtein_test.go:24: expected score...

Is this any helpful? I did a git bisect between v0.13.1 and v0.13.2 and found this: ``` # git bisect bad fc0455e310d87837b2d26e0f33c139b4660aa0d6 is the first bad commit 2024-03-19 02:20:53 +0100...

Tested 0.14.0 and 0.14.1-rc1, the error is still present unfortunately. Edit: today's master fails too, 62d5b134.

Yes! That patch worked great, no errors after suspend/wake.