-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix variables on mac and linux #9897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
// tslint:disable-next-line: no-var-requires no-require-imports | ||
require('expose-loader?jQuery!slickgrid/lib/jquery-1.11.2.min'); | ||
/* | ||
WARNING: Do not change the order of these imports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a dirty & hacky solution. I'll let this approach pass this one time 🤣
Codecov Report
@@ Coverage Diff @@
## master #9897 +/- ##
==========================================
- Coverage 61.22% 61.21% -0.01%
==========================================
Files 563 564 +1
Lines 30058 30061 +3
Branches 4545 4545
==========================================
Hits 18403 18403
- Misses 10626 10629 +3
Partials 1029 1029
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
* Fix regexes to work on other platforms * Fix data frame viewer * Fix linter problems Co-authored-by: Don Jayamanne <[email protected]>
* Fix regexes to work on other platforms * Fix data frame viewer * Fix linter problems Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Don Jayamanne <[email protected]>
Nightly flake tests caught this and we ignored it :(
Essentially the regex for parsing results from jupyter doesn't work on linux as the unicode char is different.
Fix the regex
Also found that jquery was busted. Don figured out a way to get it back so that the DataViewers would work again.