This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (unbound-slot "#<class matrix-client-connection>" "#<matrix-client-connection https://matrix.org>" token oref) | |
signal(unbound-slot ("#<class matrix-client-connection>" "#<matrix-client-connection https://matrix.org>" token oref)) | |
#[(object class slot-name fn) "\304\305\306!\307 !\nF\"\207" [class object slot-name fn signal unbound-slot eieio-class-name eieio-object-name] 6 "Slot unbound is invoked during an attempt to reference an unbound slot.\nOBJECT is the instance of the object being reference. CLASS is the\nclass of OBJECT, and SLOT-NAME is the offending slot. This function\nthrows the signal `unbound-slot'. You can overload this function and\nreturn the value to use in place of the unbound value.\nArgument FN is the function signaling this error.\nUse `slot-boundp' to determine if a slot is bound or not.\n\nIn CLOS, the argument list is (CLASS OBJECT SLOT-NAME), but\nEIEIO can only dispatch on the first argument, so the first two are swapped."]([object matrix-clien |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I have created a monster | |
# Given an input at networkPath that looks like | |
# { | |
# network.name = "test"; | |
# machine-1 = { | |
# size = "c-32"; | |
# region = "lon1" | |
# config = {config, pkgs, ...} : | |
# { |