Juanjo Rubio

Results 11 comments of Juanjo Rubio

Yeah, I think it makes sense. I'm pretty new to Django and more specifically django-guardian though. I get that in order to get objects from `get_objects_for_user` those objects need to...

Hi @czue, I really appreciate your commitment :). I'm working with @petoor, that's why I'm commenting on this issue also. One of the issues with the current workflow for this...

@czue that is exactly the initial idea I had. A simple model that just links `task_id` with `User` and potentially status so it can also be used to track history...

@eeintech I'll take a look at the project you mentioned later tonight to see if it fits what I'm after. Yes, I'm using `celery-progress` with Django.

@czue sorry for late reply, it's been a couple busy weeks. My plan was to create a simple table and create a new recorder that is capable of writing to...

@kirushyk I followed your instructions in the previous comment (using intercept) and I can't get the trace. I can confirm that I get a trace and that I'm able to...

@yuyou awesome! Thanks for the input I'll be able to test it in ~30 mins. Will report back :)

@yuyou @kirushyk If I use the plugin method I get a segmentation fault. I can see though from the debug that the instruments library is loaded correctly. Any idea on...

Note that I'm working on a Nvidia Xavier

@yuyou how complex is the pipeline you debugged? Might be a stupid question (I'm pretty new to gstreamer) but are all types of pads compatible with the profiler? @kirushyk In...