Adrian Turjak
Adrian Turjak
> Some errors seem explicit: > > ``` > b' "error": "\'FakeSwiftClient\' object has no attribute \'head_account\'"' > ``` Good catch! I've added that now to the FakeSwiftClient, but for...
@jd Still have a few more of your comments from the other pull request to do, and need to add some more tests, but it's slowly starting to make sense...
@cdent I think for me gabbi is weird because I'm used to the python module.class.function path for tests, and gabbi fakes that. Maybe when a test fails it could also...
Another option we can do along with this is include the ability to limit Gnocchi in a given region to use containers with a local no replication policy to limit...
I'm going to be working on this soon. I started trying to fix this, but the underlying swift library is crap. I'm going to migrate to using the openstackSDK and...
Also hitting this myself, rather annoying as it breaks our form page. @kaedroho would this be a python or react code issue?
@dlon > Thanks! I'm not necessarily opposed to the idea. Fenced code blocks are an extension of standard markdown, though, so it may have to be an option. Unlike other...
I would advise we use this method instead: #12 As it's less inclined to break in odd situations, and we can reasonably safely rely on that templatetag.
Appears there is still work to be done, hence why the pypi package is probably old. You can always download the repo and either make an sdist yourself, or install...
``` `Uncaught` TypeError: Cannot read property 'top' of undefined at HTMLDocument. (clear_stream.js:121) at i (jquery-2.2.1.min.js:2) at Object.fireWith [as resolveWith] (jquery-2.2.1.min.js:2) at Function.ready (jquery-2.2.1.min.js:2) at HTMLDocument.J (jquery-2.2.1.min.js:2)` ``` I see that...