Progress.swift icon indicating copy to clipboard operation
Progress.swift copied to clipboard

:hourglass: Add beautiful progress bars to your loops.

Results 5 Progress.swift issues
Sort by recently updated
recently updated
newest added

Added support for the Windows platform.

Thanks for making and maintaining this library, it's a much needed tool in Swift. It appears that the iterations/second is calculated based on some average of the speed from the...

I'm running on Ubuntu 18.04 in tmux with Swift for Tensorflow 0.10: ``` $ which swift /home/xander/swift-tensorflow-RELEASE-0.10-cuda10.2-cudnn7-ubuntu18.04/usr/bin/swift $ swift --version Swift version 5.3-dev (LLVM 55d27a5828, Swift 6a5d84ec08) Target: x86_64-unknown-linux-gnu ```...

The progress meter never actually made it to 100%. Tested as follows: var progress = ProgressBar(count: 5) for i in 0..

This PR modernises the package structure by removing the included Xcode project and instead leveraging the now built-in test support of SPM. No code changes were made (except the necessary...