Samuel Loury

Results 71 comments of Samuel Loury

Could we consider that the admin could choose a specific account to be used by the RESTful API in case the user is not authenticated?

Tom Wallroth [email protected] writes: > Right now the REST-API is only in it's early stages and only sees slow development. The current API cannot be easily used for such a...

It is due to an inconsistency in the ipfs API. The issue https://github.com/ipfs/go-ipfs/issues/1554 was opened. $ ipfs refs -r QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R|grep QmUYndb1SkY49khYAg9Zn2yp9Z44cRFtqMnVAZP5qes8ce $ ipfs get QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R (should dl all the files...

Some IRC logs that could help solving the problem: [20:11:25] whyrusleeping: I would like to debug the issue 1554 and while doing that getting a first feeling about the code...

LGTM. I would have put the whole logic into the class, even the install method. And then I would have called that an installer. But in its current state it...

Now, with PEP517 and PEP518, I think you should not look for the solution in setup.py, which is a builder IIUC. You should take a look at PEP518 and its...

It might be because of a change in pip itself. Could you please post the version of pip you are using ?

Out of curiosity, is this PR still relevant? I have the feeling that this is now done on click.

To summarize what exists for now: * in click, in the param is of type choice, complete against the choice, else use the context autocomplete if it exists. * in...

I did not follow what was done in the other PR and in click. Is this still relevant?