David Cramer
David Cramer
The standard text Disqus places in pages does not get stripped out (and it probably should). e.g. blog comments powered by DISQUS Also may potentially not be stripping noscript (we've...
Something I'm looking to evaluate and contribute back (in hopes that maybe we can standardize on a more correct/performant/useful SDK), is adding additional context/index capabilities. Contexts look like this: ```...
Might try to resolve this myself, but events right now aren't fingerprinted at all which means every node's unique error becomes a unique issue in Sentry, but what you really...
In several locations we use a parameter called `statsPeriod` in the API. Its original use was defined to adjust the period of time that statistics were calculated for the given...
In cases where Hiro fails to load certain resources the test suite will stop executing. For example, we have several test cases which will load an html, javascript, or css...
More of a note for future releases, but it'd be good to have git tags for each release so you can easily review the diff
It'd be nice to be able to create some complex segments once. For example, say you have this somewhat common scenario: - Alpha design partners begin testing feature A -...
**NOTE: this issue predates this project's [rename to Volta](https://blog.volta.sh/2019/05/13/hello-volta/).** We love the idea of Notion (and nvm) as it makes it easier to persist a shared version of Node.js throughout...
Per the Python API, there should be an "append_config_item". Without it I can't see a reliable way to set things like lxc.cgroup.devices.allow which accept multiple values.
In a use-case I had locally, I wanted to purely capture top level crashes (and still raise them). There's nothing built-in as far as I could see to do this,...