Sergey Kostyaev

Results 124 comments of Sergey Kostyaev

This test works for me on Emacs 25.1: ``` Selector: make-ipv4-tcp-server-with-unspecified-port Passed: 1 Failed: 0 Total: 1/1 Started at: 2016-10-05 15:53:45+0700 Finished. Finished at: 2016-10-05 15:53:45+0700 ```

Hi! I really like this cool project. And I wrote simple wrapper for emacs - https://github.com/s-kostyaev/comby.el

@vindarel Hi! You can use comby.el not only for interactive usage, but also as library to exucte set of rules. I was thinking of creating package for simple golang refactoring...

And also will be great to add some keys for adding `-u` and `-uu` arguments.

Also, thanks for this cool project. It's very useful.

Try to use `args` and add `-- ` or even `-- -- ` before real arguments https://github.com/Samsung/netcoredbg/issues/68#issuecomment-1008963684

and looks like `args` should be vector - https://code.visualstudio.com/docs/editor/variables-reference#_environment-variables not string

What about 128k context length variant?

Hi! I'm glad to see this package is useful for you. I have stopped using Erlang several years ago, so probably I will not implement this feature myself. But I...

@jon-chuang I think with ALiBi it will not be quadratic scaling. Fix me if I am wrong.