Yeongjet Tong

Results 12 issues of Yeongjet Tong

``` //smartgrid: //单选按钮列的宽度25px+自定义列总宽度775+额外固定的25=父容器宽度825=不显示水平滚动条 //然而最后一栏的宽度变成了222 官网的示例也是如此 如果是有意这样设定 能否注明一下 columns: [ {key: "username",name: "用户名",width:150}, {key : "realname", name : "姓名", width: 150 }, {key : "phoneNumber",name : "手机号",width: 100,}, {key : "address",name...

I just asked the same question [here](https://github.com/nestjs/nest/issues/2576). Is babel's problem?

i: bug
i: needs triage

Now I have `padding_left` setting,other better way to achieve it ?

`nvm install --lts` `npm help install` then got this error: ``` npm ERR! help process exited with code: ENOENT npm ERR! A complete log of this run can be found...

``` java @Transactional public void update(CategoryUpdateParam param){ if(! Strings.isNullOrEmpty(param.getName())) { changeName(param.getShopId(), param.getId(), param.getName()); }else if(param.getParentId()!=null) { changeParent(param.getShopId(), param.getId(), param.getParentId()); } } @Transactional public void changeName(Long shopId, Long categoryId, String name){...

enhancement

I'm going to use stage 3 decorator in my typescript project with inversify, but can't not use stage 2 and stage 3 decorator at the same time.Any plan to support...

https://github.com/vanthome/winston-elasticsearch/blob/d948fa1b705269a4713480593ea657de34c0a942/index.d.ts#L55 while using transformer: ```ts new ElasticsearchTransport( ... transformer: logData => { const transformed = ElasticsearchTransformer(logData) const requestId = this.cls.get('requestId') if (requestId) { // ERROR: Property 'requestId' does not exist...