Kristoffer Bakkejord
Kristoffer Bakkejord
As an additional data point - we would also like to keep comments, even if it's an empty yaml document. Our use case is similar to others - entries are...
Thanks for the links, that did help solve this issue. So defining ```yaml #@ def test(): - name: test 9 run: echo 9 - name: test 1 run: echo 1...
Seems like all "files" under `Scratches and Consoles` has the same issue:
This should fix that: `poetry lock --no-update`. It will add the new wheels to the lock file (the `--no-update` will prevent updates from happening, i.e. all dependencies are kept as...
It's something that happens very rarely. Not sure what is causing it, haven't happened since I reported the issue (before then it seemed to happen more frequently). But now it...
Found out. I'm using Lola (https://www.lola.dev/) and SSO login. There's a conflict where the file created by Lola is attempted used. So steps to reproduce: 1) Reset the SSO cache...
No, it doesn't seem to like that - after logging in with Lola: ``` $ aws --profile work-sso sts get-caller-identity Error loading SSO Token: Token for https:///start is invalid ```...
I will report this to the Lola developers. I would suggest that `aws-sso-util` produces the same error as `botocore` (or even a more helpful one, with suggested workaround (logout) and...
That should work as well. It sounds more helpful, which I suppose is the goal of `aws-sso-util` 😉
@exarkun I'm running this on my MacOS, with my own user - the issue isn't to start docker containers, the circleci command itself launches a container, which runs fine (I'm...