itshan
itshan
I had fixed by passing ``` proxy_set_header Authorization $authorization; ``` ``` set $authorization $http_authorization; if ($authorization = '') { set $authorization "Basic xxxxxxxxxxxxx="; # anonymous:anonymous } location ~ ^/(v1|v2)/ {...
i have a catalog project structure looks like below, would like to if can apply refreshVersions for each sub projects refreshVersions should able to update common and testing modules lib...
same issue with AppCode but not Xcode AppCode show below ```shell 2024-03-10 22:35:21.140636+0800 Mint[29800:899637] 🟢 info 2024-03-10 22:35:21.140694+0800 Mint[29800:899637] 🟡 warning 2024-03-10 22:35:21.140731+0800 Mint[29800:899637] 🔴 error ``` Xcode shows below...
> Any updates here? > > I work on a project with 2k+ tests using Mokative. This lib is currently holding back the update to Kotlin 2.0 and Compose 1.6.10...
same issue may related to this - build -> https://github.com/tddworks/openai-kotlin/actions/runs/7867481586/job/21463248748#step:8:1 ``` Run touchlab/autoversion-finishrelease@main with: commitMessage: KMM SPM package release for 0.1.0 tagMessage: KMM release version 0.1.0 tagVersion: 0.1.0 branchName: build-0.1.0...
Hi @kpgalligan, is this issue fixed? i couldn't find any docs for this.
I am just trying to figure out how to fix this issue. and there are may two options: 1. which you mention early like: we can get the sub-modules that...