Renato "Lond" Cerqueira

Results 87 comments of Renato "Lond" Cerqueira

Adding my 2 cents for languages: I would like to have a way to define "acceptable" languages, so to say. Masto.donte.com.br is a portuguese-speaking place, but we don't mind people...

I always forget about the region differences, thanks a lot for the investigation :) I'll take a look on your changes and see if I can help with tests and...

Hey, I'm having the issue here. I tried keeping the network tab issue but I'm not even seeing scrobbling requests there (even though I also see the tracks as "scrobbling...

Couldn't find a way around this, the app seems to print an error if I open it throught terminal, but not enough info to see where it's coming from ```...

I'm having the same issue with a different text using [email protected] in ruby. The library tells me 258 chars, and twitter says I have 289 chars. I thought the issue...

Is there a work around in the meantime, should I do a custom command that calls sequel directly?

Just to add a little comment, the method that seems to support either `=` or `in` in some other parts seem to be `is`, is it intentional to split it...

Hi! I'm also having the issue and I'm on Arch Linux. From what I can gather, seems like a similar issue to #4287 / https://github.com/rubygems/rubygems/issues/2082 ``` Exception `LoadError' at /home/renatolond/.rvm/rubies/ruby-2.6.5-jemalloc/lib/ruby/2.6.0/rubygems.rb:1375...

Hm, but how can I check if a status is a reblog? Because I saw that calling reblog on a status that is not a reblog raises a: ``` >...

Well, I've extended the lib with something like this to be able to do what I wanted: https://github.com/renatolond/mastodon-twitter-poster/blob/master/lib/mastodon_ext.rb#L3-L10