tvkit
tvkit
My TeamCity CI process can wrap a build within a _git flow release_ via _ant_ scripts, but I learned along the way that it was necessary to checkout both `master`...
> Interesting idea. I'll take it into consideration for a future version. An excellent idea that would help to solve the random tooling issues that pop up from time to...
This project relies on Xamarin.Firebase.iOS.* which doesn't yet support net6.0. https://github.com/xamarin/GoogleApisForiOSComponents
> @tvkit Yeah but i need only Android for the Moment. And the Notification Hub from Azure is for Simple Messages to Expensive @Beeron2010 the related Xamarin libs work for...
> Make yourself a favor and stay away from vuex and this module when using vue 3 and just use the composition api (if possible) @VitAndrGuid can you elaborate? Are...
@formulahendry why still include **_javascript_** and **_typescript_** within the defaults? Unless I've somehow retained settings from 5 years ago. Anyway, removing the languages as shown above worked.
Bumping this as a workflow issue primarily related to private/personal environment variables. For example, `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.
> @tvkit , don't use access keys. Use AssumeRole, AssumeRoleWithFederation, AssumeRoleWithWebIdentity (AWS Cognito). You can also do without authentication by creating a VPC link between your account and the cross-account....
My workaround was to bring the "desired size" down to zero. Then manually terminate the nodes that refused to quit. It's likely these were the nodes that were preventing the...
In my case, manually zeroing the following replicas permitted `kops` to complete its ig revisions ``` k scale deploy istiod --replicas=0 k scale deploy istio-ingressgateway --replicas=0 k scale deploy istio-egressgateway...