Dobes Vandermeer

Results 152 issues of Dobes Vandermeer

Looking at the docs I don't know what to expect as the parameters to initialize, page, track, and so on. I do see it's an object with fields like payload,...

Based on the code, the default is `gtag`. I'm not sure whether the docs or code should be changed (maybe it should be `ga4gtag` by default?).

Should be an array according to the code & examples

Yarn is complaining about this: @analytics/core@npm:0.11.1 doesn't provide @types/dlv (p2665d), requested by analytics-utils

Note that it will call the callback if the ready event has already fired.

In the segment open-source analytics js they have this funny system for mapping event names over to the GA4 convention. This is because in GA4 they have adopted a new...

I was able to hook this up to prometheus by adding a sidecar container to the deployment: ``` - name: prometheus-exporter image: quay.io/prometheus/haproxy-exporter:v0.9.0 args: - --haproxy.scrape-uri=http://127.0.0.1:1936/haproxy?stats;csv ports: - name: prom-metrics...

kind/docs
lifecycle/backlog

There's some documentation on how to tell this to log to syslog, but that isn't the way logging seems to be done normally on kubernetes. Instead you log to stdout...

kind/docs

I have some elements with a lot of attributes; it would be great if there was a way to split an attribute list over multiple lines.

I have a action that takes a fair number of parameters. It seems like in Ace I cannot split the action over multiple lines. ``` article script type="application/ld+json" {{ dict...