nevermore

Results 29 issues of nevermore

https://github.com/Fusion86/ScrcpyNet/issues/20

Of where: ScrcpyNet.Sample.Avalonia.MainWindow.axaml Current: `` fixed: ``

Codes as below ``` Observable.EveryValueChanged(this, _ => System.Windows.Forms.Cursor.Position) .Debounce(TimeSpan.FromSeconds(2)) .Subscribe(p => { Console.WriteLine($"point=({p.X},{p.Y})"); }); ``` Console.WriteLine() can not be tiggered. In addition, the ThrottleFirst worked as the expectation of Debounce

## What does the pull request do? ![image](https://github.com/AvaloniaUI/Avalonia/assets/10544200/0212ec29-ecdf-4349-87d9-05b9daf5008e) Since the lifetime must be set up/prepared with 'args' before executing Start(), an overload with no parameters seems more suitable for integrating...

https://github.com/AvaloniaUI/Avalonia/discussions/15623 https://github.com/AvaloniaUI/Avalonia/issues/15607

There was a communication error during more than 20,000 Unary requests being executed. the server's error is as follows: caught by NamedPipeServer.Error event. System.InvalidOperationException: The pipe is in a disconnected...

### Describe the bug 🐞 Can not complie successfully, neither cmd nor visualstudio ### Step to reproduce Follow the instruction of readme # Windows command line. Launches the Avalonia app...

bug