Smirnov Viacheslav
Smirnov Viacheslav
- Add variable support for includePath - Add tests for getIncludePathAsFunction() ## Description The IncludePath field has added support for variables. ## Motivation and Context I want to use files...
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Install InfluxDB v2 2. Create a bucket 28c2cbcbac4cf29f 3. Create v1 auth token with a name `UserName`...
Download a version 0.4.14 ``` curl --output ./tools/sjsonnet.jar \ -L https://github.com/databricks/sjsonnet/releases/download/0.4.14/sjsonnet-0.4.14.jar ``` and start a tool ``` ./tools/sjsonnet.jar \ --strict --strict-import-syntax --fatal-warnings --throw-error-for-invalid-sets \ --indent 4 --no-duplicate-keys-in-comprehension \ --output-file ./dashboards/generated/workflow.json...
### Feature/improvement # Summary My web site use Authorization headers for all api requests. I would not like to save some headers into HAR or other data files. SiteSpeed v37.8.0...
# Environment Java 21 Development version (main branch) docker-files Dockerfile ```Dockerfile FROM maven:3.9.9-eclipse-temurin-21-jammy RUN apt-get update && apt-get install -y git RUN git clone https://github.com/prometheus/jmx_exporter.git /tmp/jmx_exporter WORKDIR /tmp/jmx_exporter RUN mvn...
### Version of Marp Tool @marp-team/marp-cli v4.0.0 (w/ @marp-team/marp-core v4.0.0) ### Operating System macOS ### Environment - OS version: macOS Sonoma 14.5 - Node.js version: Marp CLI 4.0.0, Node.js v22.10.0...
### Feature/improvement # Version `sitespeedio/sitespeed.io:37.5.1-plus1` # Current state ## Navigation metrics in a report  We have a table with navigation metrics #### Navigation Timing | Metric | Value |...
### Have you read the documentation? - [x] Yes, I've read the [how to make a reproducable bug guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/) - [x] Yes, I've read the [how to debug my script...
### Have you read the documentation? - [x] Yes, I've read the [how to make a reproducable bug guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/) - [x] Yes, I've read the [how to debug my script...
### Your question Hello the Sitespeed team! I'm working on custom metrics. I have added PerformanceResourceTiming based custom metrics, like: - https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming#typical_resource_timing_metrics - plus custom metrics for **each block** from...