Results 8 issues of Alex Popp

Fixes #6 The nodejs socket server sends data over in 65536B chunks [1], this commit concats them. Note that the `!= 65536` is quite hacky and shoudn't be merged. It...

I'm not able to create a key with kloudctl as described in: `/blob/master/README.lp.markdown`: `kloudctl kontrol key -u -o kite.key` It stops with an error, saying it would need kite.key to...

Not a bug report but poll: is anyone experiencing tab crashes after the Chrome update to version 122? Multiple users from different companies are reaching out to us that their...

Fixes #2. The double line insertion happens when pressing Enter on a ERB line. Making ERB lines not foldable (which doesn't make much sense anyways), resolves this bug.

This allows embedded JS to have empty lines in the code. This solution is not perfect either but covers more cases than the original solution (which ends the JS highlighting...

HAML supports multiline erb. The next line is considered Ruby if the previous line has a trailing comma.

Is it possible to also account for the height of children with position: absolute? Right now their height is ignored.