Yiming Li

Results 52 comments of Yiming Li

@harttle Glad to receive your reply! > An example See this C++ solution page of LeetCode [range-module](https://leetcode.cn/problems/range-module/solution/c-by-danc1nsn0w-yvc2/), it is just like what you said: > TreeSet.floor() but returns an iterator...

@Molunerfinn Thank you very much for developing the beautiful and fast theme, it's really nice. I have just changed my theme to melody yesterday. https://upupming.site is my blog.😄

@chkkassd 请贴一下全部的报错信息还有`package.json`文件内容 另外不应该在这里发问,你可以重开一个 issue。

@supersu097 😂 Just be patient, Molunerfinn is a very efficient superman.

It is easy to understand, the amount of labeled data increases, the model already achieves good results using the labeled data, and the unlabeled data is less, so the improvement...

@Molunerfinn It seems the only usage of `PICGO_ENV` in picgo-core now is just to handle the clipboard script files, as I have used inline loader to load this scripts in...

@Molunerfinn > If we want to support picgo to different platforms, the `PICGO_ENV` will be a key for plugins to get Like your idea, this env will make plugins be...

@Molunerfinn Feel free to review or merge it. I just think I may add more commits (when developing features on vs-picgo side) to this PR so I made it a...

@Molunerfinn Actually I means when we bundle picgo and all dependencies together, the minified size will be ~2MB. As a VSCode extension, vscode won't do `npm i` over your extension's...

@Molunerfinn So all the uploaders will have to change their implementation?