ccagml

Results 39 comments of ccagml

可以试试用新的登录国际站的方式, 选中复制最后一个 graphql 请求右键->复制-> 以 cURL(bash)格式复制 插件登录选择 使用 cURL Cookie 方式登录,输入账号,输入复制来的 cURL(bash)格式请求数据

@theingz 我一直用 @kcfuler 发的方式登录, 你这个是 手机号 + 密码方式登录吗?

@xubeng 你是怎么登录的呢? [https://stackoverflow.com/questions/9626990/receiving-error-error-ssl-error-self-signed-cert-in-chain-while-using-npm](https://stackoverflow.com/questions/9626990/receiving-error-error-ssl-error-self-signed-cert-in-chain-while-using-npm) 你这个看着跟你的环境有关?试试文章说的 ``` npm config set strict-ssl false ```

@AuroraMaster github方式的登录策略变了吗?看官方那个插件好像没人提这个?

@xubeng webstorm的插件跟这个项目没关,这样看来,是不是你代理配得不对

@EricCai1991 不清楚啊,感觉这个插件好像没有module关键字的功能

这个没有发布,注释了

如果是重复做题 https://github.com/ccagml/leetcode-extension/issues/124 我是在vscode配置加上${yyyymmdd},比如https://github.com/ccagml/leetcode_bricks/blob/main/.vscode/settings.json "leetcode-problem-rating.filePath": { "default": { "folder": "", "filename": "${id}._${score}_${kebab-case-name}_${yyyymmdd}.${ext}" } },

是不是插件没走上代理之类的原因?