What are you working on? - Programming On Unix
Users browsing this thread: 31 Guest(s)
|
|||
(13-06-2015, 12:56 PM)venam Wrote: You could help with https://github.com/nixers-projects/tty-week-timer.'ll definitely be taking part in that challenge, so maybe I will help out with that. I do have a question, though. Instead of specifying the type in the docstrings, why not use PEP 484 type hints? As it is, the docstring types look a bit odd, and using type hints means you could actually check the types using something like mypy, if you wanted. (13-06-2015, 12:14 PM)chc4 Wrote: I've been working on a window manager in Rust off and on for a while. It currently supports gaps, padding, switching between windows, and a tall layout for windows. It doesn't yet do workspaces though, which is the next big thing I need to implement. https://github.com/chc4/gallium The README says don't even think about using it...but I thought about it, it looks pretty cool so far. my website: kaashif.co.uk
|
|||