Arthô

Results 14 comments of Arthô

You probably is including the wrong file, the right one is "blockingconcurrentqueue.h"

Hi, this would be great to track any kind of "asset" as time, crypto, stocks, etfs, metals, etc... What would the complexity look like to add support for this?

Also, may you share what tools are you using now? Thanks

Strange, the AVERAGE bookkeeping method is partially implemented, but disabled by default, in the `booking_method.py` file: https://github.com/beancount/beancount/blob/86b61ebba57e0d0377fab1031389a84dd3f8680c/beancount/parser/booking_method.py#L215 Why is it currently disabled and what would it take to really get...

Thanks for the feedback! I’ve tried every parameter I could find to resolve this, but nothing has worked. I get why dependencies should be respected, but this limitation becomes a...

It seems a similar problem was cited in https://github.com/containers/podman/issues/18575 and https://github.com/containers/podman/issues/23898 In the latter the user Luap99 questions this: ``` So now you ended up with a broken container, podman...

And I mean... If `proxy` depends on `Service A`, why does it let `Service A` goes down if it depends on it on the first place? The container can go...

Hi @Luap99 and @ninja-quokka, thanks for your detailed responses! I’d like to walk you through my real-world use case to show why this limitation creates significant friction, especially in larger...

Alright, for now I've found a "solution" for now. Just comment out the line #: ``` podman_args.append(f"--requires={deps_csv}") ``` on line 1035 on function `container_to_args` It seems to keep the order...

also, it seems that a call to `res.get_data()` or `res.get_json()` works, just before an asynchronous call. When posting on the problematic endpoint, it will successfully print a valid json once,...