Thanks for the info! My pixel has already applied the update unfortunately - any ideas if switching to lineageos is still helpful in that case? They’re not offering the free battery replacement in Aus otherwise I’d do…
While the article says that backticks don't provide access to the exit status, you can retrieve it with $?.exitstatus.
R's evaluation of arguments is lazy, so while not at the level of Haskell it feels like a lazy language to me. Try eg: f = function(x) { print('hello'); x } f(print('world')) X is not evaluated in f until referenced.…
Thanks for the info! My pixel has already applied the update unfortunately - any ideas if switching to lineageos is still helpful in that case? They’re not offering the free battery replacement in Aus otherwise I’d do…
While the article says that backticks don't provide access to the exit status, you can retrieve it with $?.exitstatus.
R's evaluation of arguments is lazy, so while not at the level of Haskell it feels like a lazy language to me. Try eg: f = function(x) { print('hello'); x } f(print('world')) X is not evaluated in f until referenced.…