Jesper Rønn-Jensen

Results 20 issues of Jesper Rønn-Jensen

Hi, during intstall of aglio I get the following deprecation warnings (shown here from `yarn` since it displays the best debugging info: ``` [1/4] 🔍 Resolving packages... warning aglio >...

Maybe I am missing the obvious. but where do I store secret keys for AWS, Heroku, etc and still have them loaded via dotfiles? What would be my prefered way...

Like Inquirer.js, do you plan to support the fuzzy autocomplete feature? see https://github.com/mokkabonna/inquirer-autocomplete-prompt

Thanks for this gem. It looks really useful. Do you have any plans to add historical countries as well to this list, for instance Czechoslovakia or ex Yugoslavia, or ex...

This fixes #323: If you want to warn ALL users with a specific browser, you can now put a zero in the configuration. Example: Warn all IE users. Also users...

My apologies if this already has been asked. How do I show a warning for ALL users of certain browsers? I tried to put in `vs:{i:0, e:0}` but that didn't...

* Built changelog, in order to easily show breaking changes * Added developer notes on how to build it My motivation for this was that I needed to understand if...

From ['dependencies section'](https://github.com/velesin/jasmine-jquery#dependencies): > jasmine-jquery is tested with jQuery 2.0 on IE, FF, Chrome, and Safari. There is a high chance > it will work with older versions and other...

After updating to jasmine 2/jasmine-query 2.0.3 I found it hard to read the error messages. Consider this example: Given I have result = $(') expect(result).toHaveAttr('maxchars', '100'); //looks fine, sunshine scenario...