Qiao

Results 8 comments of Qiao

edit tsconfig.json,add these line : ` "paths": { "hash-base": [ "./node_modules/jszip/dist/jszip.js", ], "cipher-base": [ "./node_modules/jszip/dist/jszip.js", ] },` then, add the codes in index.html: ` var global = global || window;...

> curl -o allure-2.7.0.tgz -Ls https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.tgz > sudo tar -zxvf allure-2.7.0.tgz -C /opt/ > sudo ln -s /opt/allure-2.7.0/bin/allure /usr/bin/allure > rm -rf allure-2.7.0.tgz > allure --version > I wrote one...

# China: ## letsencrypt:AzureAuthenticationEndpoint * https://login.windows.net/ * https://login.chinacloudapi.cn/ ## letsencrypt:AzureTokenAudience * https://management.core.windows.net/ * https://management.core.chinacloudapi.cn/ ## letsencrypt:AzureManagementEndpoint * https://management.azure.com/ * https://management.chinacloudapi.cn ## letsencrypt:AzureDefaultWebSiteDomainName * azurewebsites.net * chinacloudsites.cn

Sorry, I found new bugs regarding this fix and I will fix them.

> Great, thanks! When you're done addressing all feedback of a review, click ["Re-request review"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request#re-requesting-a-review) in the top-right corner for each reviewer when you're ready for another round of review,...

fix https://github.com/pelletier/go-toml/issues/980

the `Parse()` function meaning is parse promQL to metricsQL, but it's just implement part of it metricsql.Parse(`sum(rate(foo{bar="baz"}[5m])) by (job)`)

Hi @hagen1778 , My current scenario is that there is a charting front-end under development that is using VictorialMetrics as the back-end engine, and the charting front-end when configured with...