Larry Reid

Results 98 comments of Larry Reid

Thanks for giving this a go, @shivam091 If you're struggling to get all the tests working, I have something that I think is working. The existing code didn't make this...

I think that HTML will work. However, be sure to try it with the `prepend` and `append` options, too. This JSFiddle shows the difference between the OP's solution and yours:...

Thanks for the report. I will try to take a look at this in the near future, but I'm pretty busy at work these days. If you want to submit...

Also see #428. Currently `collection_select` and `grouped_collection_select` don't get `:prepend` and `:append` anyway, but maybe that should change.

I think the intent of PR #367 was good, but I agree with the others that matching on `/btn/` doesn't meet the intent. To get the Bootstrap 4 alpha out...

I had hoped the original solution to get Danger working again didn't require the access token. I looked into this at one time, but didn't have time to investigate why...

That's right. I believe Danger also checks to see what files are modified, and if not tests are modified/added, it asks that tests be added.

Look at #156 before doing anything with this issue.

https://getbootstrap.com/docs/4.0/components/forms/#disabled-forms confirms that for Bootstrap 4, the correct approach is to provide the `disabled="disabled"` attribute on the `input` tag. The class is no longer needed.

Thanks for the suggestion. A way to globally set options makes a lot of sense. I'm open to suggestions or pull requests for this. If you decide to work on...