msmart's comments

msmart | 3 years ago | on: Nushell.sh ls | where size > 10mb | sort-by modified

I would use

open Cargo.toml | get dependencies | transpose | rename dep version | each { |row| if (($row.version | get -i version | default "" ) != "") { $row.version.version } else { $row.version } }

not sure whether that's the best way.

msmart | 9 years ago | on: What it's like buying a $128k side project

Yes, we looked at huboard.com, zenhub.io, waffle.io and blossom.io. There are really a lot of tools out there. But I can't remember the reasons we choose huboard over blossom. In addition, the tools evolve quite quickly. So the reasons might be outdated anyway.

msmart | 9 years ago | on: What it's like buying a $128k side project

very interesting read. We looked at github issues mgt tools a while ago and settled on huboard. We didn't find codetree during our search for tools... so it's definitely a challenge to reach developers. Fine posts like this can do the trick ;-)

Codetree looks great! Good luck!

page 1