Peter Baumgartner
Peter Baumgartner
I hear what you're saying... Node definitely has more of a standard here, but I don't think Python is so far off that you couldn't do something similar. The Node...
If you can make it an apples-to-apples comparison, yes I'm open to adding it. Regarding updating the lock file: > the next time you run a command that requires the...
Yes, `--generate-hashes` is included https://github.com/lincolnloop/python-package-manager-shootout/blob/main/Makefile#L121 It wasn't the hashes I was thinking of, but platform specific requirements like `sys_platform == 'win32'`
Still need to look into the best way to display state run data within the orchestrate run.
Now that this is in on the server-side, are there also changes that need to be done in this library? I'm getting an error trying to use it against a...
Seeing this now ```python $ RUST_BACKTRACE=1 python Python 3.11.2 (main, Mar 23 2023, 18:34:48) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import libsql_experimental...
Yeah, I think it makes sense in your extension. I'll accept a PR that links to it from the README. 👍
ruamel.yaml is only loaded if a yaml file has been specified as the config file. It is optional in the sense that, if you don't want to load yaml files,...
@ehmatthes I'm embarrassed to say that I didn't realize I was introducing overlap with your package here. I was under the impression this was just handling the different platform-specific configuration...
Fixed in c522a8b1. Should be back up there by tomorrow.