Chris Petersen

Results 81 comments of Chris Petersen

It seems like the docs at https://docs.sentry.io/platforms/node/guides/aws-lambda/performance/connect-services/ have been updated with instructions for generating a header via `span.toTraceparent` … I assume this includes both `sentry-trace` and the poorly-documented `baggage` header...

what's the status of this? It looks like the package listed links to a fork of this project, not the actual one.

FWIW, you should be able to install directly from github by adding the following to your own composer.json: ``` json "repositories": [ { "type": "vcs", "url": "https://github.com/shaneharter/PHP-Daemon" } ], "require":...

Looks like tags are also ignored.

Chatting with the folks in #adium-devl and was provided with https://gist.github.com/xnyhps/c96191dcdf41a8486dab -- apparently adium has a built-in html decoder now. I don't actually have a way to compile/test things, anyway...

@solarkennedy sorry, my company's doc generation standardized on Swagger so all of my RAML work got put on pause.

And apparently with callable properties on a `dataclass` (though the same errors are returned for a class with callable properties, which do not receive a `self` passed in when they...

May also need additional configuration for those of us with a height offset configured (to account for a custom top). When my desk is at 28in, Home Assistant is reporting...

There was a comment in the earlier 2.8 release notes that suggested an improvement might have been related to this, however, I just checked `2.8rc2` with the test file from...