Chris R

Results 19 comments of Chris R

> How could we improve the library? Should we add a timeout parameter to the `ttn_join()` functions? If so, a realistic timeout is 10 minutes or more. Or should the...

I'm not sure I understand the difference between not counting or not showing the data. For me, ideally, I would want the unknowns to be either not imported at all,...

My understanding of Darling is that it requires a kernel module to be installed; which would be difficult to do in a dockerised environment

You can specify the spec file to build by running it like: `pyinstaller --clean -y --dist ./dist/linux --workpath /tmp name-of-file.spec`

I would gladly merge a PR allowing the entry point to choose which spec file to build (rather than `*.spec`)

See #28 and #47 I would gladly merge a PR that installs git on the Windows builds.

If you stumble across this with the same issue, @jameshilliard details a workaround for this issue on #91

If you wanted to make a PR that adds some functionality to install system packages before installing `requirements.txt` I would gladly merge that

@rsinger86 this is something I need. I will gladly work up a PR, but could you please give me some guidance on the best way to implement it?

@rsinger86 checking in again 2.5 years later :) I'm still happy to work up a PR fixing this if you can give me a steer on where to look.