goose121
goose121
I get just the block selector and sky. I think I spawned in the ground, but I can't break blocks. This is a problem.
Merge in the changes from Ordinaryperson2/3DSController, plus a tweak to the Linux client to allow it to talk to the new 3DS software
Why does the module overwrite the return value once it is read? It could do that when a new call is written, but the current solution breaks code that iterates...
It seems that Discord escapes some markup characters, including apostrophes, but does *not* properly escape angle brackets. This means that without setting `markup = strip`, any message with angle brackets...
In addition to the other problems caused by splitting the date string on a hyphen, it also prevents ISO 8601 dates (e.g. 2020-10-17) from being formatted properly in the classic...
If a function name or a symbol in a quoted list in the body of `defmacro!` starts with `g!`, then `defmacro!` will generate a binding to a gensym for it,...
It would seem that something in Discord's guild-member API has changed and it no longer returns the `guild_id` part for members. Additionally, trying to use the `edit` method on a...
The wrapper for the Modify Guild Member endpoint, i.e. `(edit (m member) (g guild))`, doesn't seem to allow any way to leave out any of the keys from the request....
If you terminate a program with ^T, it says that it exited at "Line -1". If you then click on the Goto Line button, you'll be at a line above...
There appears to be some odd behaviour with the `~I` format command in SLY; it appears that somehow the indentation doesn't get reset between calls or something, so indented text...