Brandon Roberts
Brandon Roberts
This software doesn't support XLS files properly (or at all?). This is XLSX2CSV after all. Use pandas to load XLS files and write them back as CSV instead. This is...
> @brandonrobertz, you have misunderstood the problem. Please carefully re-read the original bug report. Ah yes, my mistake. Non-existant file and non-XLS file both lead to this same exception. [I...
Note that this fix wouldn't only be for Node v4. Having this issue on the frontend for Node v8 build. This would fix minification errors across many frontend builds.
Python 2.7 has been deprecated for quite some time, so maybe it's time to archive this repo? Unless this repo is open to PRs for an updated version.
@Venryx the other one you mentioned (https://github.com/andrerpena/react-mde) uses Draft.js as the editor front end, so it has a lot more functionality than this project (revisions/history, pasting of files, images, links,...
@johnsonsamuel I ended up working around this by using https://github.com/sstur/react-rte as an editor and https://github.com/rexxars/react-markdown as the renderer. They're both React first and have XSS safety unlike this module and...
Thanks for your interest. And sorry I didn't get around to completing this! My accuracy was too low for the dataset I wanted to use this on and moved on...
Unfortunately, I don't have pretrained models. You're completely right on needing a GPU for this, though. Unrelated to this project, but one thing you might want to try, if you...
Hey there, Sorry for the confusion here. This project was kind of a disorganized tool I was using for a research paper I was working on so it didn't really...
The `view_name == "table"` change caused the chart to disappear from the query page. I'd highly suggest applying this change to master. I've merged this change into my working branch:...