Iain Stenson
Iain Stenson
@pablogsal are you taking pull requests for this plugin? I'd be happy to add these two options if so.
OK, thanks. I can see that the files are correctly formatted if I set `blank=FALSE` and `comment=FALSE`. Do you think that the whitespace formatting could be improved or is it...
@leriomaggio I certainly don't mind if you want to fix this issue. Somehow, I never got around to it. You've clearly given the TDD section a lot of thought. The...
I have submitted a PR for this (though I still need to get the tests passing): #499
@br1000 There is a [known issue](https://youtrack.jetbrains.com/issue/PY-25811) with PyCharm where it won't print properly with `end='\r'` but will print strings containing '\r' just fine. @perrygeo Commit 2e79630 added `end='\r'` but I...
I also had this error when visiting the admin page for one of my models. It appears that `field.rel` was removed and so the call to `field.rel.to.objects.count()` in django_baker/admin.py fails....
Hi @dnanhkhoa , I haven't noticed any issues thus far. A minor problem is that if the user has started to add new blank lines after submission but before completion...
Hi @dvitsios Just wanted to draw your attention to this PR, in case you hadn't seen it or wanted to propose any changes.
Hi @akashdhamasia12, thanks for running on your system. Could you check with progressively larger tensors (`4_000_000`, `5_000_000` and up) to see whether there is some point after which it segfaults?...
> Can you also please try setting Affinity flag depending on number of tiles you are using before you run your application Thanks for the tips. I shall give it...