Xavier Lange
Xavier Lange
How does Krustlet avoid resource starvation? Can a submitted process chew up unlimited CPU or is there a cycling counting/quota system?
Really hacky, just using `reqwest`: ``` use aws_config::meta::credentials::CredentialsProviderChain; use aws_credential_types::provider::error::CredentialsError; use aws_credential_types::provider::{self, future, ProvideCredentials}; use aws_credential_types::Credentials; pub async fn imdsv1_chain() -> impl ProvideCredentials { let chain = CredentialsProviderChain::first_try("IMDSv1", IMDSv1Provider) .or_default_provider()...
I'm so sorry, I'm just seeing this now. I will review it this week.
Hey @JHucker, glad to hear from happy users! We are actively working on rdkit/rdkit-sys/cheminee but it looks like I'm not very active on issues (obviously). I would like to collapse...
I did the merge, rdkit-sys and rdkit are now in the same git repo.
Hi, I haven't taken a look at this. I need a conda environment to work against. Any tips? I think adding support would be straightforward.
We can leave this open 😄
Thanks for the great writeup! We can absolutely support the Conda env variables. I borrowed a lot of code from other projects and one of them [has a build.rs that...
I agree, fail fast is great on a single request but in the case of a live-forever controller it would make more sense to log and continue. There's no guarantee...
@retep998 your response comes across as very rude. This is a volunteer-based community, please try to treat others with respect for their time and effort. I am waiting on danburkert's...