chenzanyu

Results 27 comments of chenzanyu

改编码为“utf-8”好像也不可以 ![QQ截图20190428230947](https://user-images.githubusercontent.com/35652064/56866364-d8248500-6a0a-11e9-89fc-984a3edc7cdb.png)

I also hope to have this function.

I had the same problem after updating Avalonia to the latest version

Hope to support this requirement

same question. How to use?

use '3.0.0-preview.8' Solved my problem

我的也是笔记本1660Ti.使用1.5B模型正常, 3B及以上就乱码和异常了

更新驱动后正常

``` using Avalonia.Controls; using System.Collections.Generic; using System.Linq; namespace BUGDemo.Views; public partial class MainView : UserControl { public MainView() { InitializeComponent(); setTestTextBoxText(); } private void setTestTextBoxText() { testTextBox.Text = string.Join("", Enumerable.Range(0,...