JING CHEN
JING CHEN
ikvm 8.2.1 Hi, I have a problem. The Windows Application Packaging Project is running with errors, and I suspect there may be a path configuration problem. 
version:0.10.12.2 I'm using TextEdit to edit Chinese characters, and sometimes I can't switch between Chinese and English input methods. But I didn't find the regularity of bugs appearing.
version: 0.10.18, This issue doesn't seem to be resolved. #3583 Problem recurrence: https://github.com/chenjing1294/avalonia_test
Description =========== confluent-kafka version: 2.0.2 kafka version: kafka_2.13-2.8.2 How to reproduce ================ ```C# // delete topic _adminClient.DeleteTopicsAsync(new List {topic}, new DeleteTopicsOptions {RequestTimeout = TimeSpan.FromSeconds(30)}).Wait(); // get all topic first time...
**Describe the bug** Ubuntu 22 drawing error **To Reproduce** Ubuntu 22 AvaloniaUI 11.0.10 LiveChartsCore.SkiaSharpView.Avalonia 2.0.0-rc2 https://github.com/beto-rodriguez/LiveCharts2/assets/21185657/4d013d10-60bd-4be4-a3bb-721a728148ab
**Issue:** When you drag the polyline to the right or left with the mouse, the window will become transparent. https://github.com/user-attachments/assets/07be3770-c06c-401d-b9fc-05bec7d3446d **ScottPlot Version:** ScottPlot.Avalonia 5.0.39 **Code Sample:** ```xml ``` ```cs public...
file location: tools/model_generator/src/com/libiec61850/scl/DataAttributeDefinition.java Why do we update this.value repeatedly in the for loop? ```java for (int i = 0; i < elementNodes.getLength(); i++) { Node elementNode = elementNodes.item(i); if (elementNode.getNodeName().equals("Val"))...
In ObjectBrowseSample, if the latest BACnet library is used, the following call will fail ```C# var objectIdList = await sender.ReadPropertyAsync(adr, deviceObjId, BacnetPropertyIds.PROP_OBJECT_LIST); ``` Because there is no RoutedDestination in Complex-ACK,...