Rangding Zhang

Results 9 comments of Rangding Zhang

I found games of [Codemonkey](https://app.codemonkey.com/challenges), there is a code text field on the right half of screen, like below: Codemonkey's games are written in js and html, maybe easy to...

I use sql_table to implement it, see https://github.com/zrcoder/cdor, code like: ```go package main import ( "github.com/zrcoder/cdor" ) func main() { c := cdor.Ctx() c.Json(`{ "firstName": "John", "lastName": "Smith", "isAlive": true,...

> May I ask which browser are you using? Currently only standard installation of chrome, edge, safari and firefox are supported. chrome I also tried with safari, still not work.

I don't know why, but when I installed firefox and use it to login leetcode, the cli woks~~

> I added some logs in the master branch, can you try > > ```shell > go install github.com/j178/leetgo@master > DEBUG=1 leetgo pick 1 > ``` > > and paste...

@j178 tried the latest version ## Works for FireFox but not for Chrome `leetgo pick 1` works even without login - I think pick needs no credentials, just as the...

> Thank you! > > Something I want to confirm: > > 1. Which version of Chrome you are using? > 2. Can you open the `leetcode.cn` page on Chrome,...