maxlandon
maxlandon
Okay actually it seems to work with this simple trick: (Maybe I'm missing something, or I have not yet faced the full array of consequences, but anyway...) ```go type Workspace...
No actually I was wrong, I'm not even able to read my code correctly ! I needed to embed a *Workspace struct in my Host struct. Even if I don't...
It would indeed be fantastic if there was support for multiple entities as input for transforms. I also really need it, and it seems many will need it if they...
I've actually tried to subclass the same transform on 3 different entities (therefore ending up with 4 different classes). I doesn't work correctly for me. Let me try again and...
Okay I had done something wrong, sorry for the useless complain...
Anyway thanks a zillion times Allfro, I'm having so much fun with your framework. Lots of things to be done with it !
@cvandeplas, if you are kind enough to open a ticket with Paterva concerning this issue, could you keep us informed on this thread please ? If this is solved, everything...
Hello @cvandeplas @allfro, I again took a look at this issue of having multiple transforms with the same name when selecting different entities. I found the solution in the Paterva's...
@cvandeplas thanks for the feedback. I'll update this thread if there are "news from the frontline" concerning this !
@allfro thanks a lot for these explanations. I am actually working on this very same use case: making transforms that get/post objects from the Metasploit DB API. The purpose was...