Dorran Howell

Results 20 comments of Dorran Howell

Hi @thrau, thanks for the additional background! That does indeed sound like a tricky problem to untangle. We are currently using localstack in one of our projects where we are...

This would be for the former: providing the localstack CLI in our dev environment (or also making it available as a part of the core [`nixpkgs`](https://github.com/NixOS/nixpkgs) package set).

Hi @brendo-m, sure thing, though be warned that it is quite a hacky solution :slightly_smiling_face:. In our case I opted to use [poetry2nix](https://github.com/nix-community/poetry2nix) as a quick solution since many of...

> I don't really understand Case 2. Could you please elaborate on the line: Ya, so one thing I realized is that to generate CLI flags using the configurables in...

Thanks for raising this issue! We are no longer using `external-executor`, but I think the points here are important to keep in mind if we end up implementing distributed execution...

> In my project, I activate the CI on push and PR. And it's built twice on internal PRs. We do the same for Checker at the moment. To work...

Hi @bbarker, I think this was actually a bug. If this is still of interest we can look into retroactively adding the docs, otherwise we'll make sure to include them...

This is still an interesting point and should be considered when implementing `showFlow` for funflow 2.

This is still possible to implement in version 2 and would involve writing a new task type + interpreter (similar to how `DockerTask` is implemented).

@vreuter, I took a look at implementing this feature a while ago and my assessment was that it would require some updates to kernmantle to be able to implement. The...