Morten M. Neergaard

Results 23 issues of Morten M. Neergaard

I am used to executing vim -p to open all files in tabs. If the first file is given a line number, vim -p does not open the files in...

I make a photoswipe gallery based on a folder which contains both video and audio files, bot don't really care about the videos. I'd like an option to ignore all...

E.g if someone does a grep and gets output like this: ``` $ grep -r TODO myfile:TODO add some stuff otherfile:TODO other stuff ``` Then I like to just choose...

E.g. if I want to open a file called file:1234 this plugin would try to open a file "file" at line 1234 even though no file "file" exists.

E.g if someone does a grep and gets output like this: ``` $ grep -r TODO myfile:TODO add some stuff otherfile:TODO other stuff ``` Then I like to just choose...

I'd also like to show captions on mobile. Preferably shown when you swipe in a new slide, and auto-hide after a configurable delay.

If the stream is receiving control packets like ping, don't count it as idle. This means you can enable `timeout_opt.keep_alive_ping` on only one side to get heartbeat. Addresses issue #2716

### Version of Beast 347 ### Steps necessary to reproduce the problem I'm using plain, async `boost::beast::websocket` for a server and a client. I have a server that's sending ping...