Sam Raudabaugh

Results 10 comments of Sam Raudabaugh

Is WSL support in the pipeline? Would love to see it as we're doing some of our development on Windows, and would like an environment that's fully local in those...

Nothing other than what I shared in the code snippet. Could the `.validatesOnChange` be a factor?

Thanks for the suggestion @mats-claassen! Been rather busy but will try that and some additional tests, hopefully this week.

Thanks @ykphuah - I can confirm I'm seeing the same thing. Changing from `.dynamic` to `.fixed` prevents this behavior.

I started trying to add support for this but got stuck when I realized that the generated code is missing type definitions for http://schemas.microsoft.com/office/drawing/2016/SVG/main. Are the xsd files and code...

Thanks for this! It's working really well for me. :) Some things to consider: 1. aw-watcher-window has additional filtering logic specific to macOS/Chrome [here](https://github.com/ActivityWatch/aw-watcher-window/blob/master/aw_watcher_window/macos.swift#L222-L223). I think it makes sense to...

@ndsprinkle Good callout. The plan is to merge https://github.com/department-of-veterans-affairs/content-build/pull/2180 after this

The issue is that the undercounting graphs are using a type of metric called APM Spans which are subjected to Datadog's [intelligent retention filter](https://docs.datadoghq.com/tracing/trace_pipeline/trace_retention/), which uses a mix of uniform...

I like this approach. Also I appreciate that you called out the heaviness of tracing. I took a peek at VA.gov's [ingestion numbers](https://vagov.ddog-gov.com/apm/traces/ingestion-control), currently ~10GB/hr which is a bit frightening....