Devajit Asem

Results 13 issues of Devajit Asem

This PR automatically reads tickers from conf file if there is any.

Relevant code: https://github.com/dragfire/leetup/blob/master/src/service/leetcode.rs#L765 https://github.com/dragfire/leetup/blob/master/src/service/provider.rs#L97-L121

enhancement
help wanted
good first issue
account: premium

This will help in creating Vim plugin -- use Vim's `channel` to communicate with `leetup` server. Use https://github.com/rusqlite/rusqlite and remove KvStore.

enhancement

Test: ``` list List questions pick Pick a problem submit Submit a problem test Submit a problem user User auth ```

Leetup doesn't show anything when picking a locked question. Reproduce issue: `leetup pick 1645` Relevant code: https://github.com/dragfire/leetup/blob/master/src/service/leetcode.rs#L749-L781

help wanted
good first issue
easy

![lup2](https://user-images.githubusercontent.com/6277978/98077768-0f5cc900-1e2e-11eb-9a17-e4cd93bceb65.PNG) Unicode icons: https://github.com/dragfire/leetup/blob/master/src/icon.rs Some ideas: https://github.com/leetcode-tools/leetcode-cli/blob/master/icons/ascii.json https://github.com/leetcode-tools/leetcode-cli/blob/master/icons/win7.json Will need to have a fallback for command prompt!

help wanted
good first issue

Do everything inside Vim/Neovim: Navigation, Exploring problems, Solve, Test, Submit.

enhancement
help wanted
fun

Relevant code here: https://github.com/dragfire/leetup/blob/master/src/service/auth.rs#L58

good first issue