egolearner

Results 32 comments of egolearner

使用了@yihong0618 生成README的脚本和action🌷。 加上了保存issue到备份目录的功能,有需要可以自取。 https://github.com/egolearner/paper-note/blob/master/tools/issue2md.py https://github.com/egolearner/paper-note/blob/master/.github/workflows/issue2md.yml

@superleeyom 对

@superleeyom 这个脚本在issue创建或更新的时候执行,将单个issue保存为md提交到repo中 你可以编辑一个issue试试 手动执行应该获取不到issue number

@superleeyom secret的名字不同,https://github.com/superleeyom/blog/blob/main/.github/workflows/issue2md.yml中的G_T改成GT

gotorch link is broken. Is gotorch dead or moved to another place?

try initialize asdf in $HOME/.zshenv e.g. ``` . /usr/local/opt/asdf/asdf.sh ```

It works for me and it's suggested by vimr. ![image](https://user-images.githubusercontent.com/45122959/93332890-1bc49c80-f855-11ea-8de9-1f88396fec2e.png) BTW, check "Use interactive mode for zsh" does not work and the state will not be saved.

Now NoException in top class works for me. I do not need this for now. Maybe it has something to do with commit e5495a2a974b16ea68bf590160fc649d61ad0915 ?

Works for me. Thanks a lot @saudet !

I can reproduce it with this demo. ```cpp #include enum Types { FLOAT = 1, DOUBLE = 2, }; class TestTemplate { public: template int search(const float *vec, size_t dim)...