Ruben Anders

Results 55 comments of Ruben Anders

Yes, it's a thing larger bots might work if they consistently have to send messages faster than 100ms intervals. The messages could back up faster than they can be sent....

Hey, the build doesn't pass on this PR because you didn't run the automatic formatter (`npm run precommit`). Would you mind doing that and pushing the changes, so I can...

Maybe log the error here instead of dropping it: https://github.com/pajbot/pajbot2/blob/8bd50f65ee50598f2afc9fa39e476aeb9fd613f5/pkg/modules/banphrase_filter.go#L271

On error, the user is sent to `?error=error_code&error_description=A+readable+description` Note for correctness: The OAuth standard only mandates the `?error=error_code` parameter to be present, and Twitch doesn't specify anywhere that they send...

Maybe it's related to decompiled classes? I just got this exception whilst viewing the decompiled class `sun.awt.X11.XToolkit` from the JDK. (On IntelliJ IDEA Ultimate 2016.1.1 with JDK 8u76)

sounds like something Qt should fix honestly, but I can't judge that properly

Sorry, due to the rewrite of recent-messages the information is not quite accurate anymore. I'll work on updating this issue if somebody says they would be willing to even implement...

@Mm2PL the privacy page has been reinstated. https://recent-messages.robotty.de/privacy You can go ahead with implementing the feature now.

Oh yeah, that‘s a neat idea for a solution that‘s low-friction for the user.

I just encountered something that I suspect might be similar. Here's a minimal example: https://codesandbox.io/s/sharp-nash-bu49bj?file=/src/main.tsx In short, I have an `` like this: ``` Log in ``` If `returnTo` is...