Max Ludwig

Results 45 comments of Max Ludwig

> That would make it two steps to get a running instance :| Not quite, I think. You'd do `create` only once when you need a new VM, afterwards it's...

Hi Raymond, thanks for responding! The code I've shown is not the real code. In our case the async request is done inside a function which we call in our...

Thanks for replying. I wasn't using anything before, so my question came up while evaluating options, in the end [I went with httpd's image and installed mod_wsgi and mod_xsendfile using...

Thank you so much, @drygdryg! Works for me on Fedora 33: ``` Linux 5.10.22-200.fc33.x86_64 #1 SMP Tue Mar 9 22:05:08 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ``` (linking #25)

Late to the party, I just discovered this library the other day. So, first of all, great work, also on explainshell! I'd like to go back to the traversal question....

Straightforward but not obvious, I had to search for it. And is there a flatpak for it?

Thanks for the super fast response and the insights! All in all I'm not too emotional about the naming and I'd follow your pragmatic preferences, backwards-compatibility is usually more important...

There is a formula: https://github.com/Homebrew/homebrew-core/blob/master/Formula/talisman.rb. It's out of date though.

Let's not overthink this 🙂The biggest advantage of homebrew is that people get updates automatically. To achieve that a custom tap or a cask is perfectly fine. If someone feels...

I've created a cask: https://github.com/dAnjou/homebrew-cask/pull/1 (this is a PR to master within my fork, just to show what the real one would look like). With your blessing I'd open a...