Pensarfeo
Pensarfeo
If we have a blocker_id we don't need a blockee_id. We could also just add a "blocked" and "bocked_by" status; according to whom blocked the relation.
I have been thinking about it and it seems more logical to me to keep the same convention you used for the friendship request. That way we keep the table...
Just like for a request we have "requested" and "pending", we can do the same for blocked records: for example we can have "blocked" and "blocked_by"
Sure:) It would be fun to keep collaborating in this project
@krtschmr : do you mean you should be able to block people even if you do not have any type of relation with them? Why would that happen withing the...
I see in which context you want to use the gem. This functionality could be added fairly easily. In the mean time you could just create a friendship and block...
What you want to do goes a bit outside of the scope of the gem. However I should be easy for you to add that functionality!
@FabioRomagnolo Any luck finding a solution to this issue?
@gaikwadrahul8 Just for posterity, I solved this issue by using: https://github.com/PINTO0309/onnx2tf
@PINTO0309, thanks for the answer Hi, if you want tot try it you can export the yolov8 model to onnx as explained here: https://github.com/ultralytics/ultralytics#python This is the code ```python #...