cbcmg
cbcmg
This might help: https://iterm2.com/documentation-escape-codes.html

sorry, bit of a github noob. That second commit is not part of this PR (but merge it if you like). Should have created a branch first.
Hi. I just used kotter for the first time in a production app, and I love it. Great work. :) I've previously been using jansi and some hand-rolled cursor manipulation...
> I found that syntax somewhat bulky, fragile to typos, hard to read in longer strings, and annoying once you needed to start nesting Completely fair. It was all I...
I saw #1731 but there was no solution for me there. I tried uninstalling awscli but got this error message: Error: Could not find aws CLI for EKS. Also, I'm...
I spun up a new debian 11 vm, installed aws v1, kubectl, pulumi, created a new python venv, installed the above list of python packages, copied the source from my...
results of: `pulumi up --stack xxxx/yyyy.devx --logflow --logtostderr -v=9 2> out.txt` [out.txt](https://github.com/pulumi/pulumi-kubernetes/files/8530285/out.txt) This may be enough to reproduce: ``` cert_manager_crds = k8s.yaml.ConfigFile( 'cert-manager', # opts=ResourceOptions(provider=k8s_provider), file='manifests/cert-manager-v1.8.0.crds.yaml', # from: https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.crds.yaml )...
I've narrowed it down to grpc/protobuf... I have attached a script to reproduce with only the pulumi python package as a dependency. [test.py.txt](https://github.com/pulumi/pulumi-kubernetes/files/8537537/test.py.txt) The summary is that it takes 15s...
So it was pretty simple in the end. The current protobuf python package does not build the extension for M1, and the pure python implementation either doesn't work at all,...