~williewillus

Seattle, WA

https://www.vincent-lee.net/

Interests: systems programming, Minecraft modding, Touhou Project

Trackers

~williewillus/games

Last active 2 months ago

~williewillus/r16

Last active 1 year, 10 months ago

~williewillus/racket-libraries

Last active 2 years ago

~williewillus/general

Last active 3 years ago

#12 Format Discord response as code 1 year, 10 months ago

Comment by ~williewillus on ~williewillus/r16

~joeld writes:

Currently r16 responses are given plain, without any formatting. Would it be possible to use markdown or other formatting to produce results in monospace font for easier reading?

Which part of the response are you referring to? If I recall correctly we chose to keep the outermost response "plain" (no wrapping or decoration by r16) to give trick authors maximum flexibility -- if we started wrapping the entire response with backticks that would break any backticks used in the trick output itself.

(we do use backticks when printing trick source with !rkt show though, and it breaks if the trick source has backticks itself, predictably)

#5 allow deletion of trick responses shortly after message send 1 year, 11 months ago

Comment by ~williewillus on ~williewillus/r16

Implemented by commit 0c3f4706f0ec954ff05fa4e34fee05b728b4f412

REPORTED RESOLVED IMPLEMENTED

#11 Retry when websocket connection goes down 2 years ago

Comment by ~williewillus on ~williewillus/r16

This was a racket-cord issue and seems to be fixed by the gateway code refactor.

Originally resolved on 2021-02-28 02:48 UTC

REPORTED RESOLVED FIXED

#11 Retry when websocket connection goes down 2 years ago

Ticket created by ~williewillus on ~williewillus/r16

When internet connection hiccups, gateway websocket thread crashes and the bot is useless until restarted. It should attempt to reconnect with some sort of exponential backoff.

Import from another tracker. Originally reported on 2021-02-11 03:13 UTC.

#10 Add statistics for trick invocation counts 2 years ago

Comment by ~williewillus on ~williewillus/r16

Resolved on 2021-02-28 02:48 UTC

REPORTED RESOLVED IMPLEMENTED

#10 Add statistics for trick invocation counts 2 years ago

Ticket created by ~williewillus on ~williewillus/r16

Make sure to segment per-guild, and clear stats on deletion.

Import from another tracker. Originally reported on 2021-02-19 07:40 UTC

#9 Handle Ctrl-C properly 2 years ago

Ticket created by ~williewillus on ~williewillus/r16

Frontends should have an opportunity to gracefully disconnect from their service instead of just dying because the process exits.

#8 Implement console frontend 2 years ago

Ticket created by ~williewillus on ~williewillus/r16

Not very useful but nice for debugging

#7 Implement IRC frontend 2 years ago

Ticket created by ~williewillus on ~williewillus/r16

#6 Improve emote cache handling 2 years ago

on ~williewillus/r16

REPORTED RESOLVED IMPLEMENTED