Arlo

Results 153 issues of Arlo

Tracking issue for updating toolkit tooling to WindowsAppSDK 1.6 and enabling AoT support. Preview1: - Tooling: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/195 - Windows Community Toolkit https://github.com/CommunityToolkit/Windows/pull/457 - Windows Community Toolkit Labs https://github.com/CommunityToolkit/Labs-Windows/pull/561 Preview2: -...

We're still missing basic file properties like size and modified dates though, nobody has drafted an API in this area yet. You can extend the existing implementations and implement your...

enhancement
help wanted
needs discussion

Progress reporting is a good call out. Generally the library is built so that progress reporting can be implemented application-side during an operation (e.g. navigating directories, moving things around, stream...

# Feature proposal An implementation of OwlCore.Storage that's backed by FTP / SFTP. We should use [FluentFTP](https://github.com/robinrodricks/FluentFTP) to do this, since [`System.Net.FtpWebRequest`](https://learn.microsoft.com/en-us/dotnet/api/system.net.ftpwebrequest?view=net-7.0) is on [life support](https://github.com/dotnet/platform-compat/blob/master/docs/DE0003.md). Taking a dependency means...

enhancement

_Originally posted by @itsWindows11 in https://github.com/Arlodotexe/OwlCore.Storage/issues/12#issuecomment-2160050385_ > FTP and SFTP should be completely different implementations, as [SFTP](https://en.m.wikipedia.org/wiki/SSH_File_Transfer_Protocol) isn't the same as [FTPS](https://en.m.wikipedia.org/wiki/FTPS). > > [SSH.NET](https://github.com/sshnet/SSH.NET) is basically the only actively...

We still need to add recursive folder enumeration to the storage abstraction. For a time, I was avoiding anything related to recursion. There was a lot of questions we couldn't...

enhancement
help wanted

### Current behavior `ColorHelper.ToDisplayName()` has been available on UWP for a while, but was recently added to the Windows App SDK in [1.6-preview1](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#other-notable-changes). This API is not implemented in Uno...

kind/bug
triage/untriaged
difficulty/tbd

This PR updates our CI to emit crash dumps and diagnostic logs, which should be uploaded as artifacts. Needed to diagnose https://github.com/CommunityToolkit/Windows/issues/347 See also https://github.com/microsoft/vstest/blob/main/docs/troubleshooting.md

### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the 'SwitchPresenter' sample will crash the app: ![image](https://github.com/user-attachments/assets/72db4f55-a64f-41a4-b502-5aaee45f616b) Exception message: > The text...

bug
sample app 🖼️
regression

### Describe the bug When running the gallery with the Wasdk head on the latest `main` commit, the ColorPicker sample will crash the app: ![image](https://github.com/user-attachments/assets/7984e926-a074-49d4-b799-0aa01d5e229b) ``` at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr) at...

bug
sample app 🖼️
regression