enterprisey

Results 47 comments of enterprisey

@trwnh If the instance federates with a very high-traffic instance (mastodon.social comes to mind), then toots from the latter instance will drown out the toots that the user is presumably...

Yes. You'll need to figure out where warnings get displayed, and add a new warning that checks the deletion log for the draft. It should be similar to the existing...

Fortunately, this script has a build step, so perhaps we could have a new directory with one json file per language. Do you think we would need extra handling for...

That's certainly part of it, if not all of it. From the report at https://en.wikipedia.org/w/index.php?diff=958290240, the generated template was: ``` {{AFC submission|d|v|Spanish|u=Gianluigi Feliu|ns=118|decliner=Robert McClenon|declinets=20200522233914|reason2=lang|ts=20200522225318}} ``` "Spanish" should've gone to details2,...

I believe this issue is fixed in the fork https://github.com/chromaui/task-completed-checker-action

Maybe a tool for scraping the Action API documentation and converting it into Rust structs and enums? I've always wanted to have type-checked parameters for various queries.