Jacob Emmert-Aronson

Results 10 comments of Jacob Emmert-Aronson

Is anyone from Pulumi looking into this? We're running into the same issues with the TypeScript sdk (@pulumi/aws 4.10.0): webAcl's diff always renders as if creating all the rules from...

@sunilkumarmohanty When you get a chance, could you please take a look at this PR as well as #31, #32, and #33?

I just tried configuring Cloudflare R2 with the S3 compatible storage type, and ran into a series of problems. First of all, Cloudflare's S3 endpoint is `https://.r2.cloudflarestorage.com`, so adding it...

Given how many different functions in homework-luks.c make byte/sector conversions, I presume this feature would also require code which detects the sector size of existing volumes to ensure the conversions...

Seconding this. `pip` and `venv` are centerpieces of the python ecosystem, and having them available by default would make it much more convenient to test python workflows in `act`. They...

It's probably also worth including pipx since the [setup-python action](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages) references it in two of their demos. For reference, `apt-get` on Ubuntu 20.04 reports `python3-pip` as requiring 4932 kB of...

For what it's worth, my team landed on a similar solution to https://github.com/python-poetry/poetry/pull/4944#issuecomment-1167754189. This is an area where poetry 1.2's plugin architecture really shines; a plugin can be tailored to...

I would very much like to see #12432 in 4.0, both because it would be a big quality-of-life improvement on its own, and because #2247 would make for a very...

@di I've been experimenting with using isort's pip-api-based requirements-file parsing, and I've been running into a snag. If `parse_requirements()` fails to parse any line in a file, it fails the...

I think I've found a cleaner way to parse the particular cases I was having trouble with. Pull request incoming.