Rob

Results 14 comments of Rob

> That's my concern too. Thanks for chiming in. > Thanks for your contribution! > > This is neat but it's a _very_ special case change. > > I'll need...

Hi, sorry I've been a bit busy this week. Looking at your screenshot it looks like that checkpoint is either de-listed, private, or in early access. could you give me...

I had the same error ```go package main import ( "fyne.io/fyne/theme" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/container" "fyne.io/fyne/v2/widget" ) func main() { myApp := app.New() myWindow := myApp.NewWindow("Model Downloader") tabs := container.NewAppTabs() tabs.Append(container.NewTabItemWithIcon("Downloads", theme.DownloadIcon(),...

@CyanVoxel rather than investing time writing code that tries to detect network drives, and cloud managed directories It might make sense to simply allow the user to provide a list...