EricYangQM
EricYangQM
The line 914 in barcode.java. `if ((getLabelPosition().ordinal() & Labels.LabelPositions.TOP.ordinal()) > 0)` Labels.LabelPositions.TOP.ordinal() is 0, So it is always 0. Maybe we just check the enum not enum's value.
The Labels.LabelPositions.TOP.ordinal() is zero. So it could not set label on top.
选择复制时,改变选中的节点,这样连续点击复制不会在同一个地方复制。
For now, it only uploads the image for the answer. I want to upload a video, audio, or pdf for the answer. It will be great help for me.
Avoid test/tests folder to ignore the file encoding issue, beasuse some package like IPython, joblib use the other encoding file for testing.