Jakob Schrettenbrunner
Jakob Schrettenbrunner
@ghostsquad TIL, thank you! The Blogpost about the talk that might have given it that name: https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
That's true. But if you have complex pipelines like that, you could also write them in multiple lines, e.g. ```go script.Exec("/bin/ls", script.ExecWithDir("/some/directory/path")). Match("something"). Stdout() ``` which is still very readable.
If other methods like `File()` support having a working directory as well, that would also be a good API. I would truncate it to something like `WithWorkDir()` though, otherwise it...
Is that macos test a flake?
/lgtm /hold so @srm09 can have another pass
Here's a beatiful hack: ```ruby config.hostmanager.ip_resolver = proc do |vm, resolving_vm| if vm.provider_name == :docker id = vm.provider.to_s.split[1][1..-2] if id != "ne" # aka. we have a valid id nwInfo...
Please try to avoid mixing topics in issues, it makes it very hard to keep track of tasks and feature requests. This issue is solely about deleting backups when a...
Has anyone tested running the exact same version of Paper outside of Pterodactyl? Does your system also report the same amount of memory consumption (e.g. `htop`)?
I'll have a look. Shouldn't be too difficult I guess ;)
I'm sorry, I reconsidered using hyper and at the moment it is too slow in too many of my usecases to really use it. Therefore I'm not going to look...