Tiago Conceição
Tiago Conceição
This pull request implements #178 which allows to jump to addresses and make use of `stream.Seek()` with `SeekOrigin`. The default behaviour of `FieldOffset` has not changed and then it will...
## What does the pull request do? If a window with `WindowStartupLocation=CenterOwner` does not have an owner, it fall-back to CenterScreen. ## What is the current behavior? If a window...
# Report ``` System.ArgumentException: An item with the same key has already been added. Key: [0, Avalonia.Controls.Generators.ItemContainerInfo] at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item) at Avalonia.Controls.Generators.ItemContainerGenerator.Materialize(Int32 index, Object item) in /_/src/Avalonia.Controls/Generators/ItemContainerGenerator.cs:line 61 at Avalonia.Controls.Presenters.ItemVirtualizerNone.AddContainers(Int32...
**Describe the bug** https://github.com/sn4k3/UVtools/issues/543 ``` System.NullReferenceException: Object reference not set to an instance of an object. at lambda_method129(Closure , Object ) at Avalonia.Data.Converters.MethodToCommandConverter.Execute(Object parameter) in /_/src/Avalonia.Base/Data/Converters/MethodToCommandConverter.cs:line 82 at Avalonia.Controls.HotKeyManager.HotkeyCommandWrapper.Execute(Object parameter)...
- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [x] Have you checked that there aren't other open [pull requests](https://github.com/microsoft/winget-pkgs/pulls) for the same manifest update/change? - [x] Have you...
On code says PB0 Disabled, but there's a lack of information. Should be present on comments why is it disabled, if can be used as digital pin only or interrupts....
Hello, Execelent job at this script! There are an incompatibility with boostrap since the use of icon-container class, and twitter uses icon-* Negatives effects: Social overlay is not centered and...
**Describe the bug** This is a bug that come from various generations of avalonia that presents a big annoyance. When using `Padding` on a ScrollViewer the content gets padded correctly,...
**Describe the bug** When double clicking on last empty line of a TextBox, the application crashes ``` System.IndexOutOfRangeException: Index was outside the bounds of the array. at Avalonia.Controls.Utils.StringUtils.IsEndOfWord(String text, Int32...
```C# public class Preview { /// /// Gets the image width, in pixels. /// [FieldOrder(0)] public uint ResolutionX { get; set; } = 224; /// /// Gets the operation mark...