Giter Club home page Giter Club logo

Comments (5)

PegasusWang avatar PegasusWang commented on July 17, 2024 2

https://github.com/skygragon/leetcode-cli-plugins

把 leetcode.cn 插件 js 代码里的 leetcode-cn.com 都改成 leetcode.cn 就可以了。抓取请求发现之前的域名重定向到了leetcode.cn。
如果你等不及 leetcode.cn 插件PR合并 skygragon/leetcode-cli-plugins#49 ,可以先尝试修改:

/usr/local/lib/node_modules/vsc-leetcode-cli/lib/plugins/leetcode.cn.js 批量替换域名为 leetcode.cn,亲测有效

  // config.sys.urls.login             = 'https://leetcode-cn.com/accounts/login/';
  config.sys.urls.login             = 'https://leetcode.cn/accounts/login/';

from leetcode-cli.

edte avatar edte commented on July 17, 2024

大佬还在使用这个软件吗,原作者没有维护了就很难受,发现了挺多 bug,比如:

  1. expected 的 answer 不显示,一直为空串
    image

  2. stdout 的 \n 没有被渲染
    image

from leetcode-cli.

Li-4 avatar Li-4 commented on July 17, 2024

我也遇到这个问题,在arch上使用sudo npm install安装.在第一次启动时候会自动下载插件但是sudo npm,会导致没有写入权限.使用sudo leetcode,来自动下载插件或者克隆下来cp

from leetcode-cli.

mbledkowski avatar mbledkowski commented on July 17, 2024

Hi, developer of this extension has not been very active on GitHub since 2019. I created repository where I keep maintaining similar extension - https://github.com/mbledkowski/neuleetcode.vim. Please submit your issues there.

from leetcode-cli.

hiberabyss avatar hiberabyss commented on July 17, 2024

大佬还在使用这个软件吗,原作者没有维护了就很难受,发现了挺多 bug,比如:

  1. expected 的 answer 不显示,一直为空串
    image
  2. stdout 的 \n 没有被渲染
    image

我 fork 的版本修复了不输出 expect 的问题

from leetcode-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.