Stanislav Paskalev

Results 17 comments of Stanislav Paskalev

Seems to work for me, I'll try submitting a patch

You probably have a socket file remaining on the filesystem. Check for and delete ~/.sam.localhost or use 'strace sam' to find what it's trying to use.

ˆ is used as the address qualifier for start of line. It would be good if ^ can be used in its place in the address qualifier as well.

See the reference card at http://sam.cat-v.org/cheatsheet/sam-refcard.pdf Test it, using ^ as a start of line address does not work, while using ˆ works alright.

I want to select from dot to the start of the line - or select the whole line. In sam's graphical terminal I create a new file with a single...

Weird, I think I have this particular sam installed, commit 51693780fb1457913389db6634163998f9b775b8 I'll check if I'm not running something else. Still, is there a way to select up to the start...

Thanks a lot, I'll give it a try. $ means end of line (up to next new line) and end of file (if on last line and the file does...

What would be a minimum viable implementation of the SNMP v3 encryption and authentication - support receiving encrypted messages and decrypting them with some credentials ? As far as I...

Thanks. This works for CLI runs but I can't find an option for setting the buffer in an API run / `restHandler.go`

And it seems that due to github's policy on opening/closing issues I can't reopen this one since it's marked as closed by a different account.