Petros Lamb

Results 9 comments of Petros Lamb

Hi, yes this would help me at this point.

Hi, is this latest comment the solution? - I installed fish and omf and the pyenv integration and there is no promt, which for me is typical when developing in...

Hi @postrational, We had the same issue and solved it by extending the json schema type of the field `String` to two types, like so: ``` python class NullableString(fields.String): __schema_type__...

Hi, getting this as well when enabling `dd-trace` with the v8 client. Any news of a patch version?

I tried to disable elasticsearch tracing with the `DD_TRACE_ELASTICSEARCH_ENABLED=false` flag and it did ~not~ WORK for me. For now the only other solution I found is to remain in a...

Correct me if I am wrong, but the redis backend complained with a non integer interval on v2.10.0.

Hello, also facing this problem several years later, not sure what is the proper way to handle my rpc using kombu and RMQ, for long running tasks. I cannot make...

Hi, great work. I think this is a transition question from 2.x to 3.x and it is hard for me as well. In the past different keys could easily be...

Hi, thanks for the answer. I was thinking something along these lines: ``` subsecond_rate = Rate(1, Duration.SECOND * 0.5) # subsecond intervals, a new feature, is why i upgraded the...