Liu Yue

Results 52 comments of Liu Yue

I met same problem after I set gnome focus-mode to `sloppy` (Because I need switch focus between difference monitors quickly but not after a mouse click). And set `hide-on-focus-out` to...

- [ ] replace to `axios` - [ ] support proxy agent

Hello, Nichols. Thanks for your proposal firstly. Actually, the original idea of this extension for me is replace [WakaTime](https://wakatime.com/) (A coding tracker commercial website). There have four reasons why I...

I will reply you about team tracking details later because my current deadline is tomorrow. Now, You can just set different computer id for different members for reporting in total....

multiple users connect to same server is easy. but split data follow by different user/computer id in report page is difficult (because page UI and logic need changed) I think...

@yorrd A small survey: 1. How do you launch server side program on your server (npm start/pm2/forever ...) 2. Do you met some server side bug util now (dirty database...

@yorrd maybe wrong grammar in my reply lead to meaning be misunderstood. Actually, why i add token into server side program is used for keeping security. Because your server maybe...

@yorrd Actually, I have little doubt about point 3 of your reply: > What about just accepting anything and then storing the data with that token. Then you could aggregate...

Yeah, The frontend pages would be changed. And multi cimputerId could be associated. And I am working on server side project. So you can sustained attention and give me some...

@yorrd Latest commit in server side repo support token file. And `--token-file` cli argument could set special token. and server program will load default token file in home directory: `$HOME/.coding-tracker-token.json`...