Ivailo Karamanolev

Results 4 issues of Ivailo Karamanolev

They should provide more meaningful feedback.

When trying to import the latest dump from http://ftp.musicbrainz.org/pub/musicbrainz/data/fullexport/20130525-003350/ into MySQL I get errors related to the fact that there is no table "ngsdb.area". The missing tables so far are:...

I'm trying to use your library. Here's a simple example of how I'm trying it: b1 = open('b1.bin', 'rb').read() b2 = open('b2.bin', 'rb').read() d = xdelta3.encode(b1, b2) b3 = xdelta3.decode(b1,...

1. No need for the test files. There's a much simpler reproduction, which I included in the tests. 1. Removed the test for NoDelta found. This will be covered in...