Remilia Scarlet
Remilia Scarlet
Using `lc:reactions` always returns an empty array, even if the message has reactions. Looking at the code, I thought that there might just be a typo on line 176 of...
I accidentally opened file:///dev/zero the other day and found my memory was totally eaten at **very** high speed, causing Lagrange to totally lock and requiring me to `killall -s9 lagrange`...
Is there any plan to add a command similar to `go mod vendor`, or something similar that can make tarballs of a Shard's dependencies automatically? The reason I'm asking is...
## Bug Report When I try to use `Atomic#get`, `Atomic#set`, or `Atomic#compare_and_set` with a type of Int128 or UInt128, I get this at compile time: ``` /usr/bin/ld: A-tomic40I-nt12841.o0.o: in function...
Hey, Attempting to parse the following incorrect JSON makes SBCL 2.0.8 pause for several seconds, then raise the error "Unhandled memory fault at #x1200000000. [Condition of type SB-SYS:MEMORY-FAULT-ERROR]". ```lisp (jsown:parse...
This is something that came up as [a discussion](https://nanako-さめ.mooo.com/notes/9t0mieor29oa0083) on my Fediverse account earlier. Sometimes a program may need to redirect stdin/stdout/stderr programmatically at runtime, but it feels like the...
Crystal v1.12.2 and previous has this for the signature: ``` def evented_read(slice : Bytes, errno_msg : String, &) : Int32 ``` But the current trunk as of time of writing...