Shihpin Tseng

Results 10 comments of Shihpin Tseng

I did further reading. The design of `act-zero` is very beautiful, thank you @Diggsey Both `call!` and `send!` internal will call ` send_mut`, and always passed the `&mut the_actor` to...

I have tried to restructure a project with act-zero. I found the majority of the function just gets data, more precisely, gets the part of the actor state. It's expensive...

@FooSoft Sorry I mean different words in different fileds, and every word have their own audio. For now the api alllow only one audio to many fileds in the same...

Because, I want to let some windows have dedicated keys and others window key dynamic. When ace window select activate, no matther what's the layout is, I can use the...

``` (advice-add 'evil-mc-undo-all-cursors :after #'anzu--reset-mode-line) ```

我也遇到这个问题了, kill 掉 Squirrel 日志指向就正确了 macOS:12.3.1 Squirrel:0.15.2

xcode 11 + "react-native": "0.61.1", no need to add Icon.loadFont().

Same. `warp 0.3.1`, bind to "0.0.0.0", shutdown can not work randomly.

`scroll-bar-background` is a frame parameter, not a regular variable. Try following code: ``` (setq initial-frame-alist `((scroll-bar-background . "red") (alpha . (96 . 90))) default-frame-alist (copy-alist initial-frame-alist)) ```