Ruben Amendoeira

Results 22 issues of Ruben Amendoeira

Adding an alternate version to @deathbeam 's idea displayed on #142. I imagined a place on the website for logged in users where all personal information could be displayed. These...

feature-request

- Updates the rate limit strategy to share limits between API instances - Adds "ApiKey" database table, stored in Postgres (`id, developer, application, active`) - Cron job every minute to...

The homepage does a few fetch requests when prebuilding, this fails to build if the API is offline. Ironically API being offline is probably the biggest reason to enable maintenance...

From: https://discord.com/channels/679454777708380161/696219233167736884/1209898743575617556 https://discord.com/channels/679454777708380161/696219233167736884/835180973158039552 https://discord.com/channels/679454777708380161/696219233167736884/1099573137819058206 https://discord.com/channels/679454777708380161/696219233167736884/1117498297498738738 Our country codes are based on the [ISO 3166-1 Alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), but some countries are missing from this list for whatever reason. It would be alright...

enhancement
good-for-first-contribution

If you go to a player's "gained" page on the website and select custom period, you can input "1" as the year and submit, it'll pretty much crash the browser....

bug
good-for-first-contribution

⚠️ Still need to think through this and make sure it all makes sense and it doesn't break anything important. Did some modifications to the way we parse hiscores data...

Depends on https://github.com/wise-old-man/wiseoldman-runelite-plugin/issues/42 because this breaks RL plugin searches for players with new country flags.

The "change flag" section of the bot's /help command is outdated, we should fix that: 1 - It mentions `!setflag`, we don't support prefix commands anymore, it's just `/setflag` now...

The number of bosses keeps increasing every few months, we keep having to make the numbers and images smaller and smaller to fit everything, we should consider paginating this command...

We need a way to shut the bot down when our API is down, this can be done in two ways: # Hands off approach - Ping `https://api.wiseoldman.net/v2/` every minute...