Derek Liu

Results 7 issues of Derek Liu

When I was using DrawNode to draw a great amount of shapes, only part of them can be rendered, once the amount is over a threshold, DrawNode stop drawing, and...

[data_utils/documents.py: Line 297](https://github.com/wenwenyu/PICK-pytorch/blob/master/data_utils/documents.py#L297) lack of a pair of parentheses, I think it should be ```python feat[:, :, i] = (feat[:, :, i] - min_value) / (max_value - min_value) ``` Suppose...

就是引号 ' 或者 " ,占位长度跟中文引号一样,在英文句子中很乍眼。但是如果在代码或引用中出现引号,便正常,应该是字体问题。

- First error happened here: ` GAN_models.py: line 56: conv8_512 = BatchNormalization(axis=1)(conv8_512) ` remove param `axis=1`, and the error gone. - Second was here: `train.py: line 49: cGAN.load_weights("../Datasets/Generated_Images/model.h5")` - the...

bug
invalid

### Checklist - [X] 1. I have searched related issues but cannot get the expected help. - [X] 2. The bug has not been fixed in the latest version. -...

### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this...

💪 enhancement
🤖 feat:agent

It seems that fluent search only take http_proxy and https_proxy variables from system environments, but no_proxy would be ignored, it causes http request in task put all request into proxy,...