The Wayback Machine - https://web.archive.org/web/20201229162759/https://github.com/topics/chart
Skip to content
#

chart

Here are 1,899 public repositories matching this topic...

stevebail
stevebail commented Jul 10, 2019

Helm documentation states the following:
-1) (k8s) metadata.name is restricted to a maximum length of 63 characters because of limitations to the DNS system
-2) For that reasons, release names are (DNS labels that are) limited to 53 characters

Statement 1) is not correct.
k8s does not impose a max length of 63 characters on resource names.
The actual max length for a resource name is 253 c

valscion
valscion commented May 23, 2018

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185

We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.

Let us know in this issue if you would like to contribute to this!

cube.js
Luckysheet
Dushusir
Dushusir commented Dec 25, 2020

描述错误
工作簿标题更新后不会触发 updated 钩子函数

期望的结果
触发updated钩子函数,updated钩子应该是监听到所有的操作。

屏幕截图或演示
image

环境:
-操作系统:[ Windows]
-浏览器 版本号:[Edge]
-Luckysheet版本:[最新]

备注
updated监听的撤销重做数组,建议把修改标题加入撤销重做数组中,包括存储本地和传输到后端(现在要获取标题的值是直接在DOM上取值)

Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.

now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.

a lot of code can already be regression-tested by simply running all the demos and val

Improve this page

Add a description, image, and links to the chart topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chart topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.