Sergey Pashinin

Results 14 comments of Sergey Pashinin

So what about this PR?

@aki-s, @felipebalbi How to do it automatically? Tried some hooks.. didn't work. **Edit:** something like this: ``` (setq mmm-js-mode-enter-hook (lambda () (setq syntax-ppss-table nil))) (setq mmm-typescript-mode-enter-hook (lambda () (setq syntax-ppss-table...

I have this now. Probably it's about Asterisk config. If you solved it - let me know how.

Where does `stream.map(...)` come from? ``` 44 | .streaming(stream.map(|b| Ok::(b.freeze()))) | ^^^ `AsyncPipeReader` is not an iterator | ::: async_pipe.rs:9:1 | 9 | pub struct AsyncPipeReader(Arc); | --------------------------------------------- doesn't satisfy...

Was there a pull request with that patch? Is there a reason not to include it if it's working?

It's cool that you like the extension. The situation is following... I do not have time to maintain workgroups. https://github.com/pashinin/workgroups2/issues/49 Also workgroups2 tries to do some low level stuff that...

Sorry, I haven't written code for a long time, and if I ever get back to workgroups I will try to write in Emacs C code (because workgroups can have...

Modifying these main structures will make everyones' session files broken (when you read an old session file with a new "win" struct) Can you use parameters? http://workgroups2.readthedocs.org/en/latest/guide/data-structures.html#parameters

Found another problem... 1. These parameters (that are saved) may contain complex objects (like `#`). They cannot be saved "as is" like `#` or you will get an error in...

Reverted last change. @fishyfriend , @redguardtoo must be checked to work with multiple frames.