Dan

Results 5 issues of Dan

Changes to allow either int or int64 when calling various 'New' methods to create new progressbar instances. ```go items := make([]int, 999) bar1 := progressbar.Default(len(items)) bar2 := progressbar.Default(int64(len(items))) ``` This...

Add an option to keep the render of time elapsed when the bar has finished. ```go bar := progressbar.NewOptions64( 10, ) // Output: // 100% |████████████████████████████████████████| bar := progressbar.NewOptions64( 10,...

When providing a build path with `-b`, the path does not get cleared as it does when the argument is omitted. The `asset-manifest` _is_ deleted and re-created so there is...

bug

When running Lapce on a windows host, connected to and with a project open via WSL (Windows Subsystem for Linux) - File creation and directory creation were both failing due...

A-remote

``` Host OS: Windows 10 WSL OS: Ubuntu Lapce Version: v0.1.3 ``` Just installed Lapce to give it a try and have encountered a problem when creating files via the...

C-bug
A-remote