xuhcc
xuhcc
I had this problem too and solved it by overriding `_create` factory method: ```python @receiver(post_save, sender=MyModel) def signal_handler(sender, instance, **kwargs): ... class MyModelFactory(factory.DjangoModelFactory): class Meta: model = MyModel @classmethod def...
It only can load one file at a time.
I think it's better to use a standalone text editor for that. This app was designed for inserting transactions on the go. If I make a mistake, I usually fix...
@abhi-avad How do you imagine editing should work? You'll probably need a text editor embedded in the app. You will also need to figure out how to fix the developer...
@petertodd Please take a look at this PR. RPC interface in version 0.8.0 can't be used due to `UnboundLocalError` in `__init__` method.
I use [ipfs-companion](https://github.com/ipfs-shipyard/ipfs-companion/) with my own IPFS gateway. No issues with the Court so far, dispute and evidence data loaded relatively quickly.
If these pieces of text are written in Consolas font, they should now appear as inline code (#10).
I think it's better to keep the original formatting, at least as long as Google doc has the "official" status. But I won't mind if you send a PR with...
I added a special rule for these cases, but the result is still not perfect. The parsing could be further improved by changing formatting in the google doc.
>What's broken about these entries in google doc? It's hard to say, but the solution may be similar to #11.