Jens Krämer
Jens Krämer
same here, Debian Buster host with Mosh 1.3.2.
I also have connection problems recently, but not always. Sometimes ssh works but mosh hangs indefinitely, sometimes both just give this error, or "could not find remote IP" after a...
right now `ssh` and `mosh` commands consistently fail, with only `Did not receive identification string from IP` in `auth.log` on the server. Output of `ssh -vvv` in Blink: ```` blink>...
Oh well. The old Windows trick of rebooting apparently is relevant for Apple's gadgets now as well :) A reboot of the iPad fixed the above condition and ssh and...
To work around this, you could try to either put the `node_hierarchies` table into fixtures as well, or call `Node.rebuild!` after fixtures are loaded but before tests are run.
second commit fixes a similar problem in the div macro where one could break out of the attributes of the div tag with specially crafted argument values.
`gem install local-fastimage_resize -- --with-opt-dir=$(brew --prefix gd)` worked for me
Which basically blocks the use of Rails 4.2 with JRuby, at least if you are concerned about working html sanitization. Most if not all of the problems seem to be...
I'm not sure if this is going too far. It would probably be a good idea to at least leave headers like `Content-Type` and `Content-Transfer-Encoding` in place?
On a side note - why do additional headers bother you? Can you not just ignore them when parsing the decrypted part?