Pete Gordon

Results 9 comments of Pete Gordon

Thanks! We were using your data and had retired our scraper; but have turned it back on. We could maybe expand this to be nationwide; but the processing takes a...

Looks like it is related to keyboard and goes away when you navigate to a detail of an asset and then navigate back. https://user-images.githubusercontent.com/1993032/151703914-1ff28678-66b2-4ec2-8c41-58d8d308fe20.MP4

I was looking into this a bit. Looks like Resesarch OptionHistory.cs has slice referenced as a private variable; curious if it was public would it be able to be used...

I used a devcontainer instance to isolate everything and the problem I’m experiencing now is torch 1.9 with the latest Python version. I see PyTorch has a >2 release. Anyone...

Getting closer... Hopefully. I have it isolated to a Pickle Joblib issue when running predict. (The pdf_struct module installs without issue with Python 3.8.16 if I bring Rust in also...

I have installed Python 3.8.5 using pyenv in a container; and I'm having the same issue with the model and pickle (as under 3.8.16). I have likely reached the end...

If someone would like to experience the problem I have released a devcontainer that you can experience the issue here: https://github.com/petegordon/pdf_struct_example

First thing I would try is a different nodejs version (like v0.12.12). You can also use npm install n, nvm, n2 or something (to switch between versions as necessary, https://www.npmjs.com/package/n)....

Hi everyone! I am so very close to having it fully working with the latest versions of NodeJS. In fact it does work; but there seems to be a last...