pfee
pfee
Git has worktrees which allow one clone to have multiple working areas. Say you have clone to directory "foo" and then you create a worktree. `git worktree add ../bar` Move...
Issue #53 relates to unwanted carriage return characters. Their purpose it to redraw an existing line. However they're only needed on occasions where the line needs output more than once....
Has any work been done on packaging this project for inclusion within distros (e.g. Fedora)? On Fedora, the libstdc++ package already includes the STL pretty printers. $ rpm -ql libstdc++-4.8.3-7.fc20.x86_64...
I'm unable to use class template argument deduction with `frozen::map` and `frozen::unordered_map`. I'm able to use it with `std::map` and `std::unordered_map`. Is this a bug with the `frozen` library or...