ExpandingMan

Results 386 comments of ExpandingMan

By any chance do we know what we would expect to happen if we use `always_inline` on a `@noinline` function? It would seem to make more sense for `@noinline` to...

The issue I am concerned about is how do I write something that I think would *not* be inlined but for `always_inline` to ensure that `always_inline` is working as expected?...

Ok, obviously a bunch of things I need to do here. Primarily, I need to carefully work through the github actions and travis `deploy_folder` methods to understand what's happening so...

Ok, I've gotten a chance to look over this. ## `deploy_folder` return I took a more careful look at what this function does for travis and github actions, and I...

I really don't like user prompts as it wreaks havoc with automation. I suppose I could add an option to the `SimpleSSHConfig` struct that makes it possible to do that,...

Yeah, to be honest I'd really have to go digging through the code to figure out the appropriate way of pushing the tags, there's a lot involved in that that...

Ok, thanks for your help with the docs. See my comment above about whether it's even safe for us to default to `SimpleSSHConfig` under any circumstances, since it might result...

Had forgotten about this, but found myself needing it again. Is there any interest in this any more? Should I try re-basing it? Do we have the feature some other...

Ok... I tried rebasing, but I find manual merges confusing (I avoid having to do it like the plague, so it's pretty unfamiliar to me). Can you sanity check the...

Right, but it's only calling it for the *child* layers not for `Parallel` itself, right?