Luca Capra

Results 33 comments of Luca Capra

This happens to me too. The `Introspect` request never get completed

Yes, I was thinking to something like that 1. `fx up ./myfx/Dockerfile` would set up the container image 2. `fx call arg1 arg2` or `fx call one with arg |...

That's great, do you want to consider the work did here https://github.com/muka/fx/tree/anyfx ? It allow to run a container with argument and collect output and has full test coverage If...

Yes this is also an option, I thought to split `call` and `up` to better differentiate concern. Up as it is now setup one or more functions and call make...

Yes, I'd suggest also to stay compatible with the current approach which is ok and does not require refactoring To recap 1. Up build image (from src file or docker...

Introducing a logging lib that handle different level can help in showing verbose output only during debug

I would also suggest to start a container passing stdin and then get the stdout+stderr when it closes (or is closed from fx by a timeout). This would make callable...

@ttaranov response is still the best solution I found so far. Thank you

Hello, I have a parent view with the widget tag which in Alloy terms another children view Icons are rendered correctly in the child but to change them there is...

In my case I had a duplicated ingress for `foo.it` which was overlapping with the one created by cert-manager This my ingress excerpt ```yaml //... spec: ingressClassName: nginx rules: -...