sebastienvercammen

Results 61 comments of sebastienvercammen

To come back to this issue, I can think of at least two different setups: * Map with active scanners that has live data. For these, querying only the recently...

Look at that, a shiny new "to be discussed" label just for you! 😊 There are two sides to the "peak" story so far: 1. Yours. You want to see...

@urinella Running post-#2406 with jitter enabled or disabled?

@urinella The follow-up in this issue has been a bit slow on Github, but we've been keeping track of help requests and I've looked around for people with the same...

@ftrueck With the already short lifespan of accounts, we've run some tests and disabling jitter did not extend their lifetime. If, in the future, API usage is undetectable and it...

Tagged breaking change to refer to icon/spritesheet generation as a reminder for our devs.

@michikrug Could you rebase? And thoughts on separating the "gym in battle" functionality from your other PR for image generation? As it stands, we won't be able to merge either...

@daangroot We won't merge without the fix. The PR is instead tagged as "help wanted".

While this issue happened because of some one-time DB schema updates around May which didn't handle existing columns with contents that were too long for the new type, I'm intentionally...

Confirmed, but the problem isn't that MySQL doesn't support CHECK constraints. MySQL parses but ignores them. The problem is that MySQL doesn't know `DROP CONSTRAINT`, causing a syntax error. Since...