Pierre Prinetti
Pierre Prinetti
>I think they're json files used by code editors, not yaml files Oh! Interesting.
@gorkem PTAL
Also: please don't forget to add tests! At a minimum, a unit test to exercise tag splitting (with various configurations of spaces in it) would probably be a good idea
I wasn't aware indeed! Thank you very much.
> I don't really see the point of binding to JavaScript's base64 implementation rather than just using one written in Rust In general my assumption is that by using Web...
@tung491 Apologies for the late response. `gophercloud.ServiceClient` has a field `MoreHeaders` that can be used to inject arbitrary headers. Here's an example how it could be used right now, without...
@snigle If you were to redesign the `BlockMigration` field from scratch without compatibility concerns, what type would it be?
I now believe that this PR is not the way to go. The ProviderClient's context provides cancellation for the lifespan of authentication. What we need is the ability to cancel...
hi @dniasoff đź‘‹ Thank you for your contribution. I see there are open comments; are you still willing to address them in prose or code? @EmilienM are there any outstanding...
Thank you for your addition. I finally find a moment to look into it. I appreciate the need for polling logic in a consumer application. However, I wonder if Gophercloud...