Zachary Vorhies

Results 157 comments of Zachary Vorhies

Some node -> binary systems: https://www.npmjs.com/package/pkg https://www.kidsil.net/2020/03/nodejs-to-binary/

Pkg seems to support it: "Now you can use your output executable app.exe as a standalone compiler that does not require Node or NPM anymore." https://dev.to/jochemstoel/bundle-your-node-app-to-a-single-executable-for-windows-linux-and-osx-2c89

Just fyi, you could add platform builders so that you know whether your software runs or not on a given platform. Just create `$PROJECT_ROOT/.github/workflows/test_win.yml` Like https://raw.githubusercontent.com/zackees/open-webdriver/main/.github/workflows/test_win.yml Then add in the...

Also getting hit by this. Don't know why this directly is being hit. It would be awesome to be able to pass args to tar or otherwise ignore files that...

Hitting this constantly with Python 3.11.7. Do I really have to use verify=False on the official boto library?

Hitting this issue in a github ubuntu worker. Adding this line fixed it to the *.yml file. ``` - name: Install ubuntu sound drivers run: sudo apt-get install gir1.2-gst-plugins-base-1.0 gir1.2-polkit-1.0...

Can you put a full example in the readme where you curl one of the models and then run it?

Github has a 100MB limit fyi so they would have to be listed elsewhere

Hitting this problem too with ``` "chart.js": "^4.4.0", "chartjs-chart-geo": "^4.2.7", ```

I'm seeing lots of memory leaks when I invoke the yt-dlp from the command line for one of the tools were using. I'm trying to debug and see if that's...