David Lai

Results 196 comments of David Lai

> So I've found a bug with this implementation. Ok, I think I have fixed the bug ! The problem was at the `post_collect` that it didn't update plugins and...

Were using environment variable `PYBLISH_QML_PYTHON_EXECUTABLE` for using newer version of Python is an option to you ?

This issue was because of PRs #350 and #349, for fixing #333 which was using Python 3.7, where [PEP 479](https://www.python.org/dev/peps/pep-0479/) has been enabled. If you guys could change to use...

Was looking at the code, it seems that `pyblish-qml` was actually not relying on generator to stop by itself, but check on the type of the result instead, see this...

> This just means you're returning with an argument, which is invalid inside an iterator. To yield one last value before you return the way to do it is: >...

I think this PR also resolved @mottosso 's [little worry](https://github.com/pyblish/pyblish-qml/pull/347#issuecomment-544626433) in #347. 😉

I think I need to explain my motivation on proposal 2 a little : One of my plugins was checking on current targets so to filter out instances in working...

> Could you do the same workflow but just inherit a plugin class and changing the target? Yes, it still can be done with current mechanism, but have to write...

Seems I have fixed it :O But not sure if I resolve this right, can anyone able to have a look or test ? It's in my forked branch [Fix251](https://github.com/davidlatwe/pyblish-qml/tree/Fix251),...

Hi @mottosso and @danielefederico Have been watching this project for a long time, and thought this might be the chance for me to join in ! I may able to...