Jeff Thompson

Results 11 comments of Jeff Thompson

I'm having the same issue. What I am seeing is that the client context is not being sent over with the lambda invocation. Neither are the headers having the trace-id...

In the [documentation](https://ddtrace.readthedocs.io/en/stable/integrations.html#django) under django/flask and others, it states the service name `Can also be configured via the DD_SERVICE environment variable.` It seems that this is not being honored. Is...

What I was looking for was a way to easily view the status of a sprint, but where the stories are arranged by column state. This would allow me to...

I am getting the `[object]` output for a custom field named `$Product` This is the schema data that I see: ``` { "id": "customfield_13056", "key": "customfield_13056", "name": "Product", "untranslatedName": "Product",...

@zvalcav To fix that issue, add to vocodes settings: ``` "yaml.customTags": [ "!reference sequence" ], ```

I'm seeing the same issue as daevski with the same install steps and have psftp.exe in the same directory as Mote.

If you'd like to use Pyrlang in your project, you can do: pip: pip install git+https://github.com/Pyrlang/[email protected]#egg=pyrlang-term pip install git+https://github.com/Pyrlang/[email protected]#egg=pyrlang pipenv: pipenv will not work right now as the Pyrlang repo...

I'm still digging into the library. As far as master goes, the tests and docs are not up to date. It's slow going.

@majidaldo Have you considered adding issues to your fork? Just started using it. Thank you for it!

We our currently creating/destroying docker registries dynamically in an environment that does not have FQDN available to many of these instances. Supporting a --insecure-repository option for registry related requests (over...