Sean

Results 15 comments of Sean

It also doesn't handle operations taking longer than a day (maybe I'm the only one that had a conversion take that long :p?). That is, it won't show the days...

@vimanta if that fixed your problem, can this issue be closed now?

In theory, PR #334 (merged yesterday) fixes this? It uses Dirkster99's fork.

Refer to `Gemini.Modules.Shell.ViewModels.ShellViewModel` It has a virtual property called `StateFile`. You could have your application implement its own `IShell` that extends from this class and override `StateFile` so it returns...

I'm using the latest Nuget and didn't want to branch the code just to fix this (still need to figure out the unnamed "Resource not found" warnings). Was able to...

Additionally, changed mixed spacing to use spaces instead of tabs in the touched files, as that's what is in the .editorconfig

Friendly bump @tgjones :)

I'd like to echo iberisoft's comment, as I made the coding-after-midnight mistake of just changing a project's existing code to "async void", which the caller won't wait on: https://github.com/tgjones/gemini/pull/345. Changes...

Won't make the next release, too many other changes tied to this and other related code, but should be available in the major release after the next one I'm not...

Should be able to close this now