VS code Format Code command and shortcut Shift+Alt+F doesn’t work

I guess you are asking for MacOs because by default shortcut for code formatting is different for different Os. Now there might be an issue with the keyboard layout. For example Option+Shift+F does not work in ABC-Indian layout, you need to change that. Go to System-prefrences->Keyboard->Input Sources-> Add layout “ABC” and delete the old one.

Common Lisp’s equivalent of \r inside the format function?

Characters for return and linefeed \r is the character #\return in Common Lisp. \n is the character #\linefeed in Common Lisp. The following ends the string “Hello world.” with return and linefeed. (format t “Hello world.~C~C” #\return #\linefeed) #\newline is whatever the platform uses as a line division. On Unix machines this is often the … Read more

UUID format: 8-4-4-4-12 – Why?

It’s separated by time, version, clock_seq_hi, clock_seq_lo, node, as indicated in the following rfc. From the IETF RFC4122: 4.1.2. Layout and Byte Order To minimize confusion about bit assignments within octets, the UUID record definition is defined only in terms of fields that are integral numbers of octets. The fields are presented with the most … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)