Steve Chan

Results 27 comments of Steve Chan

@dgutov Thanks:) I press `C-x C-q` in spec file buffer , I't will show "Read-Only mode enabled", Then I press `C-h b` look keybindings : ![qq20150504-22](https://cloud.githubusercontent.com/assets/6021537/7453151/d6ac1528-f298-11e4-8cb0-4935a793cdb9.png) I press `C-x C-q`...

@dgutov yes :) My inf-ruby is install ok. but I not found " inf-ruby " , in these buffer keybindings . Thanks :) I can use `M-x inf-ruby`, open it...

@dgutov `M-: (inf-ruby-switch-setup)` in buffer "_rspec-compilation_" , return " inf-ruby-switch-from-compilation" :) Thanks :)

But I found keybindings have `C-x C-q inf-ruby-switch-from-compilation` , It's Look OK :) Yes:) Thank you :) ![qq20150504-29](https://cloud.githubusercontent.com/assets/6021537/7454402/e2923e78-f2a5-11e4-906c-64ff5050dd06.png) But I want send one or mark mutil line from file buffer...

In the rum version "0.12.10".

Can this function only be required by the backend and then used? Why does my front-end cljs require daiquiri.core, but the daiquiri.core/html function cannot be found. @tonsky I want to...

I am quoting in the wrong way, because this is a macro, so I have to use require-macro😂, I searched the github code, and found that there is no project...

Another problem is that if I use rum and datascript as the front end, if I need to update the datascript data, I will update the rum component responsively: The...

@tonsky For partial update components, there are actually some solutions, which I have tried. A specific datascript data can be updated to achieve partial real-time update. Like this project: https://github.com/mpdairy/posh/blob/master/src/posh/plugin_base.cljc#L47...