Hritik Vijay
Hritik Vijay
I'd like to work on this but expect it to take more than a month. Please inform if anyone else is already working.
I use i3 and have created a block which uses `safeeyes --status` and `date` to figure out time remaining for next break and shows a timer in the bar. I've...
My bad. I've edited the post to mention [Unix domain sockets](https://troydhanson.github.io/network/Unix_domain_sockets.html) which seem to be a lot better option here.
@slgobinath Any update on this ?
You can disable all the short breaks and have only long break work. It's effective in techniques like pomodoro.
Just a note, after this is done we would want to have it on https://en.wikipedia.org/wiki/List_of_URI_schemes as well
This installed on my machine just fine. Mac Monterey 12.1 (21C52) ```bash brew install --HEAD universal-ctags/universal-ctags/universal-ctags Running `brew update --preinstall`... Running `brew update --preinstall`... ==> Auto-updated Homebrew! Updated 2 taps...
Run `:set ft?` and check what's the filetype. For me, it was `php` add the ft to the list as given in the docs eg: ``` let g:mta_filetypes = {...
This can be solved by having a `.dockerignore` file. I adopted this approach in vulnerablecode at https://github.com/nexB/vulnerablecode/pull/497/commits/743a6aa273553300d45c9ea8724aa12afa55d7f8
@tdruez, Sure. During the weekly meeting with @pombredanne regarding VulnerableCode review, we found out that ScanCodeIO doesn't ship with docker labels about the project hompage, license etc. Perhaps, @pombredanne could...