AntiMoron

Results 17 issues of AntiMoron

功能上自己定义,如下shader ``` HLSL fog.enabled = true; globalLight.enabled = true; globalLight.direction = float3(1.0f,1.0f,1.0f); ``` 等。。。 插入代码片段部分只暴露可以自定义的部分。对于cbuffer应该封装好。

question

There're lots of the same errors. So I copied part of the output. ``` Directory: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/glob/node_modules/once is already being watched through: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/[email protected]@once MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors ** ERROR: directory is already...

bug

### What problem does this feature solve? ant-table在生产中,在多cell & 横向滚动模式下发现有性能问题。两个css样式的box-shadow导致,这里的实现方式可能要改变下 ### What does the proposed API look like? ![image](https://user-images.githubusercontent.com/6587734/165218417-3555ee08-3030-4645-ac10-42120e757fe2.png) --

⚡️ Performance

如题。 在babel 7下,会生成没法在iOS 8下运行不动的代码。 目前我看到的报错是: ``` [error]WXMonitor.m:250, [WX_KEY_EXCEPTION_WXBRIDGE] [undefined:5:undefined] SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode. Function@[native code] ```

### What is the new or updated feature that you are suggesting? ```typescript interface RouterState { location: Location; params: Params; } interface RoutesProps { children?: React.ReactNode; location?: Partial | string;...

feature

AS POST TITLE. I think this can be published as an alpha version for more tests.

重要程度降序(实用性 > 问题 > 体验) 1. ali-rds无法链接 mysql 8, 只能链接5.x https://github.com/ali-sdk/ali-rds/issues/92 https://github.com/ali-sdk/ali-rds/issues/75 这俩说的一个事 2. Update的bug https://github.com/ali-sdk/ali-rds/issues/42 https://github.com/ali-sdk/ali-rds/issues/66 https://github.com/ali-sdk/ali-rds/issues/37 3. Where不支持比较运算符 https://github.com/ali-sdk/ali-rds/issues/41 4. 模糊查询 https://github.com/ali-sdk/ali-rds/issues/29 5. Ts支持 https://github.com/ali-sdk/ali-rds/issues/64 // Coroutine https://github.com/ali-sdk/ali-rds/issues/48...

![image](https://user-images.githubusercontent.com/6587734/231933029-010310ae-442e-4996-8374-e4f74f79372b.png) 这是我实际使用情况都是无提示的,懂哥改下格式研发体验会更好。希望是 ```typescript export interface ClientOptions { /** * 寻址模式下的对端 host(我看java那边能直接写端口号的,咱们这能不能写端口希望能细化说清楚些) * @example * "nacos.example.com:80" */ endpoint?: string; } ```