goose121

Results 12 comments of goose121

I think it might only occur sometimes; perhaps you just happened to launch CHMM2, then the RNG decided to spawn you above the ground independent of CHMM2

What sort of error?

Also, sorry if this is the wrong way to do things; I don't use Github very much and don't know the etiquette of pull requests and forks and stuff

> Why not set `markup = full`? This will hand over the parsing to pango and should support/properly display all characters along with formatting? Discord doesn't properly escape angle brackets...

It seems to still be expecting a `guild_id` key to be present in the API response for a member when parsing the json; the relevant line is https://github.com/lispcord/lispcord/blob/1a6568c3fc132056aa75067796f8b717a72735d4/src/classes/guild.lisp#L164

Would it potentially be an issue that binding a separate stream for the output would mean that the output records of the listener pane wouldn't be accessible to the evaluated...

It seems like some other things that would need to be looked at are `stream-current-output-record`, `stream-current-text-output-record`, `stream-recording-p`, and `stream-drawing-p`; if two threads are simultaneously trying to use the same stream...

I wrote a prototype of a solution which does detect circularity for my own use, if it proves helpful: https://gist.github.com/goose121/d05edc4b968ccfd543b3e4622c8b4c29 (it still doesn't handle circular lists properly, though, because the...