christopherdwelton

Results 3 comments of christopherdwelton

Just an FYI, downloading the tar.gz file and extracting doesn't help, the file is still blocked from running.

> I'd recommend installing via our homebrew formulas, so you get the correct steps not to be blocked: > https://github.com/PowerShell/Homebrew-Tap > > Short of that, the instructions to unblock a...

I had the same problem and found this while searching to see if I should file a bug. ``` class A(): def __init__(self, init_str): self.init_str = init_str @classmethod def from_str(cls,...