zszszsz

Results 3 comments of zszszsz

It is needed, because one can actually deploy the system from the same disk. Assuming I have only 1 disk in my computer, with GPT and a "pure" UEFI bios....

@PhilipDavis This `parseString` is itself **synchronous in nature**, it is not a workaround actually. @jeghers you can write you own `parseStringSync` using the techniques or "workaround" above, exp. ```` function...

sth. like ``` proxy.on('request',(req,url)=>{ http.get(url).pipe(req)} ``` probably no http.get and no pipe, just sth. like that