极道九幽

Results 12 comments of 极道九幽

同问 为什么总缺mac版?还有mac arm版?

var 在未初始化情况下,可以多次赋不同值(猜测)。初始化后就无法赋不同类型的值。 ```dart var i; i = 100; i = "Hello";// 好像这样是ok的 ``` ```dart var i = 100; i = "Hello";// 报错 ```

in background mode not receiving messages how to solve it using swift 5?

same bug with https://github.com/Eugeny/tabby/issues/7863 Version: 1.0.188 Platform: MacOS 13.2 Plugins: none Frontend: xterm-webgl My Font is [JetBrain Mono](https://www.jetbrains.com/lp/mono/)

switch `WebGL` to `canvas` to resolve this problem temp ![image](https://github.com/Eugeny/tabby/assets/24694117/3d8d9b52-3a91-4797-ada8-74bee2147065)

闲鱼上的rx580/rx590 200-300元。如果ollama能支持rx580就太好了。或者有什么方案能让用户自己构建ollama也可以。

thank you, i will try it first

look at [crane index filter](https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_index_filter.md)

the microsoft official doesn't provide the v0.21.5 image. so i build the latest image with [Dockerfile](https://github.com/kubernetes-sigs/sig-windows-tools/blob/master/hostprocess/flannel/flanneld/Dockerfile),but it occurred the error