The order of the args in Buffer.fromString does not match javascript: ``` let test = Node.Buffer.fromString(~encoding=`utf8, "secret1234"); ``` throws ``` Stack: TypeError [ERR_UNKNOWN_ENCODING]: Unknown encoding: secret1234: at fromString (node:buffer:481:13) ```