David Cottrell

Results 23 comments of David Cottrell

what is the command to reproduce this from the cli?

what is the command to reproduce this from the cli? For example, I do this and get some errors: ``` $ git bb request create test --title=asdf --message=asdf Fatal error:...

Ok, but what I am typing is the expected way to create a repo? I can probably have a look at some point as long as I know the correct...

Where did this land in the last few years? I might have a look unless someone would suggest another library that does similar things? I have been quite happy with...

Yes, I should have mentioned that. There is only one process but with many threads (which I am not worried about). It's about 12G virtual and over 5G resident. It...

Might fix. https://github.com/RDFLib/sparqlwrapper/pull/115

Hi, I think you are hitting the same problem I hit. There is an import of SPARQLWrapper in the setup.py to get some meta data ... and that means you...

I've also noticed that when you edit your watched repos, all your own repos are watched by you. Seems like it bloats the interface a bit.

I think it might be having a hard time if you make the directory name the hash. Specifying a non-hash directory name seems to be ok. ``` $ dat clone...

A final hunch is that it is something to do with the length of the directory name. Prepending sha_... does not fix the issue but truncating the hash does.