Pascal Bourgault

Results 211 comments of Pascal Bourgault

Enzyme is a EBML parser, a format MP4 doesn't use. Instead, in most cases, the tag information is stored in a ID3 tag, like MP3 files. I don't think it...

It seems that the getsizeof() I was doing in some tests about the attachments was not returning the same value as on my machine. It depends on the filesystem I...

For the div functionality, I was thinking of the `pathlib.Path` object which use something similar. Perhaps, your are right and it is not intuitive. I'll remove it on next commit....

There. Removed the __div__'s and simply renamed the `__getitem__` by a `getTag()` function. Everything else is the same. I find it a bit less coherent than the bracket access but,...

Woups. Forgot about the unittests this time... Sorry. But another pull request it will be.

You are right! This is not really a bug but enzyme does not follow the Matroska specs on this. As can be read [here](https://matroska.org/technical/specs/index.html), the `Language` EBML element should have...

@Diaoul I have a pull request waiting for this. Please check and merge the other one when you have time!

I think I can reproduce a similar problem with another case: ```python3 raise ValueError('one') from ValueError('two') ``` I guess this is related to the example in an above comment. Happens...

I confirm that my issue with `raise ValueError() from ValueError()` has been fixed as well in 8.2.

I'm not sure I see what you mean here? The `PX_` prefix is consistent, no? The rest of the names is indeed our own creation, but ANUCLIM doesn't provide real...