Yuan
Yuan
Hi, wondering if there's any updates/success on this? We are trying to build our app's binaries with DuckDB but the cross-compilation from linux targetting darwin and windows failed.
DuckDB specific -- Able to generate multi platform images (linux/amd64 and linux/arm64) in #1101 . However, the binary build is still unsuccessful. Found an open issue to update documentation at...
Thanks for opening a feature request. We don't currently have a plan to integrate this yet. In the mean time, we're open for contributions! :)
Thank you for opening this feature request!! Contributions are welcomed for this! :)
@feng-1985 Thankyou for opening this issue! Golang sorts map by keys during `json.Marshal()`. But seems like this could potentially be resolved by creating a custom `Marshal()` function. I'll open this...
`orderedmap` is introduced and implemented within the execute_sql tools in #1852. We will still have to expand this feature to all other tools.
@jeffbryner We are currently updating our build system for cross-compilation. Once that is supported, we will merge DuckDB's integration :)
@domdomegg @rdimitrov I am unable to add reviewers to this PR (and wasn't sure who should I request for reviews). Please take a look, thank you!! :)
Hi, would like to check if there's any updates on this? Thank you!
@domdomegg I saw that one of the OCI requirement is to use Auth URL. afaik, GAR does not take AuthURL to generate auth. Instead, we use service account to ensure...