Alexis Wilke

Results 17 comments of Alexis Wilke

I also get many errors. Is there any plans in getting this library to compile with newer versions of node? We're at version 10.x.x now... CXX(target) Release/obj.target/mysql_bindings/src/mysql_bindings.o In file included...

Here is a sample file with an ID3 where the `APIC` is midstream. There are 10 more frames after the `APIC`. Loading this file should give you 52 frames. With...

Okay, I see what I did wrong. The fact is that you parse the contents of the `APIC` tag. If wrong, especially, when too small, we get an unexpected `EOF`....

Just in case, I wanted to add that you are actually treating that _special_ EOF as a _normal_ "break point" in the ID3 data. If you prefer to keep that...

I ran in the same problem. CATCH_CONFIG_DISABLE_EXCEPTIONS is not set and I get the same error message. I have 2.8.0 at the moment.

Ah. I see that #73 is closed, which would be why I did not see it when for looking to make sure I don't open a duplicate. Yes. Directly reading...

The replication class has to be 'NetworkTopologyStrategy' (which in turn prevents the use of the 'replication_factor' parameter) You probably should try to restart from scratch with your database to make...

@woutervanvliet Yeah but then the first `else` is likely ignored too when we want to know whether that first `else` was taken! We only want to ignore the last one.

I created [a script using the CLI commands](https://github.com/m2osw/as2js/blob/main/contrib/migrate_cpp/run-migrate-cpp.sh) (and I added a `delete_project.py` in #34) which could easily be used to reinstate the project with slightly different parameters (i.e. always...

I have the same issue. I know which mutation is causing the issue and in my case it looks like it loops forever. Probably a similar issue on your end....