Justin Coyne

Results 515 comments of Justin Coyne

Here is a testcase: ```html window.onload = () => { new DataTable("#example"); }; Name Position Office Age Start date Salary Tiger Nixon System Architect Edinburgh 61 2011-04-25 $320,800 Garrett Winters...

@AllanJard yes, it works okay in that configuration. But if you comment out this css file, then it doesn't: ```html ``` It only shows one page: If you also comment...

@AllanJard I'm seeing this behavior even with a my custom build of the Bootstrap 5 CSS. I've found that removing it entirely is the minimal test case for the behavior...

@AllanJard here is another way to trigger it, even with the default Bootstrap 5 css build: ```html .pagination { padding-top: 38px; padding-bottom: 38px; } ```

@AllanJard No, this is not released to our public site. It just seemed odd that styles we used in our site that worked fine with an 1.x version should cause...

@cbeer there's no indication that airbnb is going to continue to maintain it. It was last published 3 years ago. It's last commit was a year ago. Eslint version 8...

@ktzrbn this is possibly outside the scope of Blacklight. Blacklight depends on having a running version of solr and that is where you are hitting problems. Blacklight doesn't care how...

I still prefer breaking this out into a discreet task. It's just a refactor of existing functionality.

"clear_eds_cache" is already called in before `deploy:restart`. `deploy:rollback`calls `deploy:restart`, so this should already be happening. However, we have see cases both in rollback (and in new deploys), where the eds...