Jonathan Gilbert
Jonathan Gilbert
How do I delete a file?
**Description** If you select a set of pixels in a layer, the Move Selected Pixels tool can be used to change their position within the layer. When the move operation...
If I type the name of an item from a namespace that is not imported, it automatically -- silently -- adds a `using` directive to the top of the file....
## Environment data `dotnet --info` output: ``` .NET SDK: Version: 8.0.105 Commit: eae90abaaf Workload version: 8.0.100-manifests.796a77f8 Runtime Environment: OS Name: ubuntu OS Version: 24.04 OS Platform: Linux RID: ubuntu.24.04-x64 Base...
Is it possible, or could it be made possible, to add options to the top of the context menu? I want to be able to double-click an image and have...
## What does the pull request do? Adds a sample application demonstrating the use of `` in `App.axaml`, including an associated menu. TrayIcon.csproj optimistically references as-yet-nonexistent version 11.2.0 of Avalonia,...
When I tried to use this library today, I encountered errors trying to authenticate. After bashing my head against the wall trying to figure out what I was doing on...
This issue is not a bug in this code, but it is a bug and it affects code that is using this library. Based on hints in the documentation, it...
When using this library on a Linux system, I am finding wildly inaccurate `BytesPerSecond` values being supplied in the `CopyProgress` instances passed into the progress callback functor. Specifically, they seem...
I have a project now uploading files to B2 using both the simple `.Files.UploadAsync` and the chunked `.Parts` functions, and the progress callbacks I'm getting have some really weird-looking values...