WTM icon indicating copy to clipboard operation
WTM copied to clipboard

Use WTM to write .netcore app fast !!!

Results 136 WTM issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.7. Commits 8b3f5f2 1.5.7 ef45a13 [fix] Readd the empty userinfo to url.href (#226) 88df234 [doc] Add soft deprecation notice 78e9f2f [security] Fix nits e6fa434 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

症状:点右边搜索,页面loading加载了一下,就自动关闭了,页面上并没有什么变化,也没有刷新。 问题原因:首次加载右边的详细页面,ViewDivId并没有渲染到页面上,导致点搜索后前端js的ff.PostForm方法找不到div标签,返回的html也就不能正确的替换到页面上。 我的临时解决方案:在wt:searchpanel外层包一个div并设置id值,同时vm的ViewDivId设置与外层div的id一致,即可解决。但这不是最好的方案,因为成功刷新页面后,页面会出现两个id相同的div标签。

bug

switch控件change-func的data,永远返回true

bug

框架自动生成了很多API,部分API可能不想公开给第三方, 就可以增加这个标签 [HiddenApiFilter.HideApi] 在Controllers 这样生成swagger文档的时候就可以过滤掉