Jeremy Harris

Results 11 issues of Jeremy Harris

Issue is w/ the randy library... Shown is the error and my quick hack to make it work. ![2022-04-17_19-43](https://user-images.githubusercontent.com/1139657/163741849-14a5dd14-81a1-4425-bc15-55fa43c89613.png) Related issue: https://github.com/deestan/randy/issues/19

What is the purpose of this pull request? (put an "X" next to item) [ ] Documentation update [ x] Bug fix [ ] New feature [ ] Other, please...

How are you testing the app?

discussion

The .gitignore prevents package-lock.json from running, which therefore prevents npm audit from working. After creating npm audit, noticed there are lots of high vulnerabilities, some being critical, related to airtap...

#### Is your feature request related to a problem? Please describe. Will the app be offered in multiple languages? #### Describe the solution you'd like I see the app is...

enhancement

## Describe the bug ![2022-07-10_16-17](https://user-images.githubusercontent.com/1139657/178164020-1d7e6e11-14f4-46af-8c53-29b0131c8ec0.png) ## To Reproduce 1. Create a 9,999.999 rows. Chrome will skip the row indexes at the end, and only render ~100,000 rows. Firefox will do...

Bug

My internet is about 350Mbps, but I've been resolving dependencies for well over an hour now, and wondering if this is normal? Python 3.11 on Mac M1 Pro ![Screenshot 2023-08-13...

When trying to run in a web worker, I was faced w/ the dilemma of either mocking Node.js functions or window properties, and decided to mock the window properties instead....

https://github.com/rushter/MLAlgorithms/blob/master/mla/svm/kernerls.py Shouldn't it be "kernels"? (remove the "r" before the final "l").