Max:

Results 32 comments of Max:

Tested too. Works like a charm ! 👍 Thanks for sharing :)

Technically, could it be possible to extend webtorrent-hybrid to act as only a proxy ? I mean, being able to seed a BitTorrent file without actually have it on disk...

Okay, I'll try to fix that by referecing instances directly.

Not at all, sorry... In fact I leaved the project where I was using your base.

So, I came up with : ```python @classmethod def replace(cls, obj, field, value, state): if 'profile/' in field: sub_obj, sub_field = field.split('/') sub_obj = getattr(obj, sub_obj) if hasattr(sub_obj, sub_field): obj...

@khorolets it's a good idea. @frol I'm working on it !

Hi unfortunately I stopped working on this project few weeks after writing my issue... so no update sorry !

Do you need any help to get this merged ? I really need this too.

Hi folks, and thanks for your hard work on this project! I extended the appointment module to generate invoice automaticaly when app is done, for one of my clients. Would...

@lasley yup. Actually I've taken the snippet that generate the invoice and invoking it when stage is 'done' : ![screenshot](https://cloud.githubusercontent.com/assets/854038/13181853/4f0b9b26-d72f-11e5-86c9-b8a2981784fc.png)