Robert Edström
Robert Edström
Your situation is unclear based on what you wrote. Got some code to share? Are you properly returning the promise at the end of your test, e.g. `return doSomethingAsync().should.eventually.deep.equal(8)`?
Hi @yishilin14 - any reevaluation for this? I'd also love love love pass support and I think the userbase has grown a bit since 2017 :)
Updated @Taconut 's style to not hide radio buttons: ``` input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']):not([type='radio']) { -moz-appearance: none !important; background-color: white; background-color: inherit; color: black; color: inherit; } #downloads-indicator-counter { color: white; color: inherit;...
Even with the proposed changes there is still a fundamental problem remaining: `JSON.parse` will parse any numbers to `Numbers`, resulting in lost precision for exchanges which don't wrap their prices...
Never noticed that about GH Actions, that's an issue indeed. From personal experience I can warmly couch for CircleCI and tentatively for DroneCI
It does look like you can just template in your own config yaml file and reference it via either `SPILO_CONFIGURATION` or `PATRONI_CONFIGURATION` env vars: https://github.com/zalando/spilo/blob/c307996bea5a734481aebaf403aee31584aa366f/postgres-appliance/scripts/configure_spilo.py#L911
Then maybe the env var should be removed? The docs currently state it as configurable.
> The thin-arbiter support has now been introduced in glusterd. Docs should probably be updated:https://gluster.readthedocs.io/en/latest/Administrator%20Guide/Thin-Arbiter-Volumes/ > (Currently supported only by GlusterD2) https://github.com/gluster/glusterdocs/pull/532
I have read through all the replies and still can't get the credential helper to work. I already had `pass` installed and am using it regularly. ``` $ pass show...
@MicahZoltu Just found this and read the conversation. Why don't you split off an `@types/solc` package? This is something many package maintainers do, and there are also those maintained by...