Rene Leonhardt
Rene Leonhardt
Didn't have time yet to upgrade to 3.3, there were some breaking changes (Prometheus sigh). My issue with Zonky in the past was that it was not easy to configure...
> Thank you for your comprehensive comment 🙂 You're welcome! > Yes, this is a known issue. I plan to improve and simplify this in the future. Unfortunately, there isn't...
@Xuanwo Which properties are still missing? https://iceberg.apache.org/javadoc/1.9.1/constant-values.html org.apache.iceberg.aws.AwsClientProperties |modifier|field|value| |-|-|-| |protected|CLIENT_CREDENTIAL_PROVIDER_PREFIX|"client.credentials-provider."| |public|CLIENT_CREDENTIALS_PROVIDER|"client.credentials-provider"| |public|CLIENT_REGION|"client.region"| |public|REFRESH_CREDENTIALS_ENABLED|"client.refresh-credentials-enabled"| |public|REFRESH_CREDENTIALS_ENDPOINT|"client.refresh-credentials-endpoint"| org.apache.iceberg.aws.AwsProperties |modifier|field|value| |-|-|-| |public|CLIENT_ASSUME_ROLE_ARN|"client.assume-role.arn"| |public|CLIENT_ASSUME_ROLE_EXTERNAL_ID|"client.assume-role.external-id"| |public|CLIENT_ASSUME_ROLE_REGION|"client.assume-role.region"| |public|CLIENT_ASSUME_ROLE_SESSION_NAME|"client.assume-role.session-name"| |public|CLIENT_ASSUME_ROLE_TAGS_PREFIX|"client.assume-role.tags."| |public|CLIENT_ASSUME_ROLE_TIMEOUT_SEC|"client.assume-role.timeout-sec"| |public|CLIENT_ASSUME_ROLE_TIMEOUT_SEC_DEFAULT|3600| |public|CLIENT_FACTORY|"client.factory"| |public|DYNAMODB_ENDPOINT|"dynamodb.endpoint"| |public|DYNAMODB_TABLE_NAME|"dynamodb.table-name"| |public|DYNAMODB_TABLE_NAME_DEFAULT|"iceberg"| |public|GLUE_ACCOUNT_ID|"glue.account-id"|...
@dcechano Great feature 🚀 Could you fix the tests and checks?
@daxpedda https://github.com/rustwasm/wasm-bindgen/actions/runs/15360754943/job/43227531304?pr=4515#step:5:52 Who can fix the deprecations to allow CI to be green again? ```rust Error: extern declarations without an explicit ABI are deprecated --> src/closure.rs:663:24 | 663 | unsafe...
Thank you for your great contribution and quality-of-life macros @dcechano, so sad it will never be a part of wasm-bindgen to make it so much easier for developers 😞
Nice! Wouldn't it be easier to just accept a supplier function (i.e. `lambda: "Hello"` or an object method `None.__str__`) to be evaluated instead of a custom class?
It would be great for logging frameworks if simple f-strings could be evaluated lazily by currying all required context variables until `__str__` is called... i.e. a factory method `"a={a} func={func}".lazy(a=1,...
@ishaan-jaff I can't even find litellm in pyproject.toml or poetry.lock... does this new import work? 😅 Could you rebase or resolve the conflicts so the tests can run again?
For what it's worth, the default branch name has been changed from master to `main` 5 years ago... 😄