Tadas Sasnauskas

Results 6 comments of Tadas Sasnauskas

Having this issue on Ubuntu 18.04, RVM 1.29.8 .. User names in our developer machines include `@` sign between actual user name and domain user belongs to.

That's a great timing ;). I'm having the same issue. And this PR fixes it (tried it). Detected identifier is `RIGOL TECHNOLOGIES,MSO1104Z,DS1ZD200300077,00.04.04.SP3` Captured screenshot: ![ds1054z-scope-display_2019-03-27_15-02-44](https://user-images.githubusercontent.com/840454/55087128-7b4b4d00-50a1-11e9-85e6-978371dd17ed.png)

I'm dealing with a similar issue: multiple jQuery instances. How about replacing this: ``` if (obj instanceof $) { /* ... */ } ``` to this: ``` if ('jquery' in...

Nope. It's just a property where jQuery provides version: ``` > 'jquery' in Object($("body")) true > $("body").jquery "1.11.0" ```

@lucasmazza are you still considering implementing this? (I see you dropped it from v2.0.0 milestone).

It's an old post but I'd like to add something for those who'll bump into this: rack-saml will probably not work for you to provide sign-in via university Sibboleth IDP...