Peter Valdemar Mørch

Results 92 comments of Peter Valdemar Mørch

Other symptoms: ```bash $ kubetail $args | less $ echo $? 15 ``` Instead, I need to: ```bash kubetail $args > file && less file ``` or better: ```bash less...

Thanks for this info. I was just about to abandon use of tailon because it didn't tail properly! :-)

I had the exact same problem, and @goodwolf's answer fixed it. It is a problem that `latest` (the default) is older than `2.0.3` and that `latest` doesn't work. @jgraeve ,...

I don't know about @gtrak, but I'd like to use AirPlay for presentations, including live Desktop sessions. It really helps the person looking at the screen to follow what I'm...

I can confirm this. Also that it worked in 1.1.5, but not in 1.1.6 and bootstrap (either 2.3.0 or 2.3.2)

I've found a CSS workaround: I added this to our page, and now 1.1.6 works with bootstrap 2.3.2: ``` css /* This fixes issue: "Pulldown handle in 1.1.6 with bootstrap...

Does this have security implications too? Would I be able to use this to create an XSS attack if I can put malicious content in the LDAP server?

Just to clarify: The problem is that the bottom-right red square in https://jsfiddle.net/8tn708u4/ doesn't follow the mouse when dragged.

I'm guessing it is because jQueryUI also has a [$().`resizable()`](http://jqueryui.com/resizable/) method. See also #17. Since jQueryUI is orders of magnitude more popular, renaming the function this plugin creates on `$.fn`...

## TL;DR Ok, so I've done a little digging, experimentation and `git bisect`ion, and it turns out that the current behavior looks like it was done on purpose. Further testing...