Welcome to the Linux Foundation Forum!
davidmarkclements
About
- Username
- davidmarkclements
- Joined
- Visits
- 20
- Last Active
- Roles
- Member, Moderator
- Points
- 35
- Posts
- 88
Reactions
-
Re: Chapter 11, Lab 2 Problem
hey @assist it needs to be a base64 representation of str, but what you're creating is is a Buffer of str. So you need to modify your answer so that it's a string containing a base64 of str (View Post)1 -
Re: Exam Preparedness
@mbaltus summarises it well. @fcioanca is absolutely correct about the approach as well: both the exam and the training are designed around pragmatic pedagogy. If you can complete the exercises in th… (View Post)1 -
Re: Order of files in Lab 13.1
@andrewpartrickmiller would you mind confirming if it's Dec 30 labs? (View Post)1 -
Re: Lab 14.2 error?
hey @andrewpartrickmiller you're not wrong - I was using process in a slightly different (less correct) way to refer to just the JS portion. I've improved the wording by changing the word "proce… (View Post)1 -
Re: child_process.execSync stderr printing in terminal instead of returning as result.
Hey @seetdev -e evaluates only, -p prints. Your console.log(output) line will be an empty buffer, (<Buffer >) because the child process had no output on STDOUT (execSync only returns STDOUT) . … (View Post)1