Odric Roux-Paris

Results 13 comments of Odric Roux-Paris

> Thinking of fetching debug symbols like GDB does (based on buildinfo data embedded in the binaries). But that's something for a later improvement. That's a good idea too. I...

> There are unnecessary zero digits in the ADDRESS column. Perhaps it's good to give the column a dynamic width. > I think if we trim leading zeros for ADDRESS...

Hi, I got similar issue. And I fix it with this method : ```python if not already_in_db: params = {'baseinfo': { 'idmovieimdb': imdb_id }, 'cd1': { 'subhash': sub_hash, 'subfilename': filename,...