Robin Schroer
Robin Schroer
I'll leave the scheduled pipelines docs bits to @h42zhu. With regards to the when/unless clauses, the config reference has [a good section on this](https://circleci.com/docs/2.0/configuration-reference/#logic-statements). You should be able to adapt...
This sounds like you might have the wrong token. If you open the URL in the browser, it will authenticate using your session cookie (assuming you're logged in), which is...
I believe this to be the same issue as #36, which I've just fixed. Your example renders as this to me, which I believe is what you want: ``` Gas...
I was experiencing the same issue in my default environment, no pinned versions. I resolved it by removing `youtube-dl`, which I installed recently to try something out, and I know...
I've just picked up this branch and implemented the remaining algorithms for both AWS-LC & RustCrypto: https://github.com/Keats/jsonwebtoken/compare/master...sulami:jsonwebtoken:decoupled-crypto-backends?expand=1 I've also added back the `crypto::sign` and `crypto::verify` functions, built on top of...
From playing around with it for a bit, I don't think it's a division thing, for example ``` flow = 120 L => flow: 120 L surface_area = 794 m^2...
You can define custom calc functions with defmath, which generally should allow you to wire up some currency conversion, which you'd probably have to get from somewhere. At that point...
Good idea. I've added pushing to the kill ring, which is pretty simple. To push into `calc`, I'd have to dig into that a bit to figure out how to...
I agree, it's very surprising behaviour, and there seems to be no way of opting out whatsoever if you're using Aurora. I'm happy to open a support ticket with AWS...