Nathan Henrie

Results 108 comments of Nathan Henrie

Same issues. "Full Access" didn't help. Because I've given `Terminal.app` access, I'm able to access `~/Downloads` when I start it from the CLI as so: ```console $ /Applications/OWASP\ ZAP.app/Contents/Java/zap.sh ```

Thanks for the quick response! Psyched to use them in my [little neural network](https://github.com/n8henrie/simplenet) -- crazy to live in a time that I can learn to build and run an...

I was trying to get a working example for you, but I can't get it right either. Using this basic C++ library (and executable): ```c++ // xct.h #include std::string xct_detect(std::string);...

I was able to get this working with `lxc image import $(nixos-generate -f lxc-metadata) $(nixos-generate -f lxc)`[^2] followed by `lxc launch -c security.nesting=true 123 nixos`[^0] where `123` was the imported...

Interesting find! Yes, can you please make this into a PR? Any chance you can also incorporate a test or two?

@hraftery Are you interested in making a pull request? Otherwise I'll likely close this soonish.

Sweet, thanks. Enjoy your travels!

Looks like it already uses this, right? https://github.com/dnanhkhoa/nb_black/search?q=format_cell&type=code

Sorry, [you're correct]( https://github.com/dnanhkhoa/nb_black/blob/50c0f1bbfee53a7dfd76b00a6b0a5ac82a729386/lab_black.py#L204 ). On Sat, Sep 11, 2021 at 12:11 AM Marco Edward Gorelli < ***@***.***> wrote: > That's different > > — > You are receiving this...

@MarcoGorelli It seems like work has slowed down on this, so I've created a fork with a few enhancements, including: - uses `black.format_cell` - adds tests - tries to load...