Alan Fregtman

Results 78 comments of Alan Fregtman

Hi! At Rodeo we have scenes opening with mayapy all the time and full of Walter standins all over. There must be something else odd going on if it's crashing...

FYI Docker for Windows currently does not support mounting network shares, only local volumes. There is one exception, if your host is Windows Server version 1709 or later: https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/persistent-storage#smb-mounts >...

Is this still relevant now that FA4 lives in its own namespace away from FA5?

Hell, even if you don't provide the nicely tagged prebuilt Windows Docker images, if there's a good Dockerfile that one can "docker build" and "it just works", that'd already be...

Came here to submit a ticket for this. I have an app made with py2app which bundles a _ton_ of files and the notorization service whined it couldn't accept any...

Here we go: ✨ https://github.com/mitchellh/gon/pull/42 ✨

> Would you mind publishing this in Homebrew? Me? I'm just contributing a PR. I presume your question is directed to the repo owner @mitchellh?

> I guess this basically validates your concerns about becoming too tied to a dmg creation tool. I wondered if there was any way of making gon fully agnostic to...

Hmmm... just tried outside WSL and it's broken there too. Could it just be broken on Windows altogether? 🤔

I see you have a big try-except block before the commands get registered: https://github.com/snyk/vulncost/blob/master/src/extension.js#L26 Where would I see the output/error if there is one?