d2dyno
d2dyno
How much customization will be available? Would it work for navigating pages as well?
> @d2dyno1 Do you want to work on this? We will probably want to use 7zip or something similar to power the feature. @yaichenbaum This is not possible with current...
@ChihweiLHBird I'm very busy this month. Feel free to start initial work on this if you want :)
Not working on all of the issues but can work on some of them.
Let's keep things simple for now. We'll try to start with this layout in mind: Files.Sdk.Storage - storage abstractions Files.Uwp.Storage - implementation of those abstractions (satisfying UWP platform limitations) We...
I've implemented storage abstractions for FTP. We'll need to implement other classes this way as well :)
> The name CreateCopyOfAsync is inconsistent with MoveOfAsync. CopyOfAsync is simpler. The current names are gramatically consistent > It is cleaner to use enums instead of boolean as method arguments....
> We currently expose numerous public properties on ListedItem and expect users of it to automatically and correctly populate all of them. How about we abstract out these properties so...
It'd be also nice if we could easily set the minimum window size. [This solution](https://github.com/microsoft/microsoft-ui-xaml/issues/2945#issuecomment-776446712) introduces a lot of boilerplate code