Bastian Zimmermann

Results 120 comments of Bastian Zimmermann

@conda-forge/core Do you know anything more here?

> I think the rule of the thumb is to add the build-system.requires items in pyproject.toml to requirements.host in meta.yaml, and let pip handle it? That's at least what I've...

For now, we can just add it to the matching as a new quirk: https://github.com/conda-incubator/grayskull/blob/main/grayskull/strategy/config.yaml

Just to add: I have seen some projects now that only have a pyproject.toml so removing is not an option anymore.

> Unsure what's the best practice is. If possible, they should be unvendored and replaced with normal dependencies. Easiest would be if upstream unvendors them, otherwise you can also add...

Just as an FYI. Puppeteer can skip the download through [env variables](https://github.com/puppeteer/puppeteer/blob/v5.5.0/docs/api.md#environment-variables) but this is not the standard approach as outlined [here](https://www.npmjs.com/package/puppeteer#installation): > When you install Puppeteer, it downloads a...

Happy to help! From the docs I assumed that this is something that needs to be fixed on AWS side, is that correct? Otherwise, I'd be happy to take a...

Hi @kdaily thanks for the quick reply. My `botocore` is `1.23.50` so I don't think that's the cause but I have uploaded the redacted log output above. Please let me...

Hi @kdaily just wanted to quickly ask if you have any news here? Just designing some infrastructure and deciding if I should include Timestream or not.