Maxime Gervais
Maxime Gervais
String.hash result isn't the same across run, so cover cannot be retrieved from book.ident Maybe using [Digest::MD5](https://ruby-doc.org/stdlib-2.4.0/libdoc/digest/rdoc/Digest/MD5.html) here? https://github.com/mvz/alexandria-book-collection-manager/blob/09326dfc35fe5b0dafdc48c7a121565bd66cdba2/lib/alexandria/models/book.rb#L42
I'm unable to reproduce this bug with the provided files
@JeromeMartinez No, I did not change the compiler options.
Unable to reproduce with both Xcode 10.3 and 11.3 Can you share the complete project workspace ?
--enable-debug implies -O0 You can pass the -g (debug) option as CXXFLAGS to preserve optimization CFLAGS="-g" CXXFLAGS="-g" ./CLI_Compile.sh
We build the JavaScript library with the autotools. All is in this script https://github.com/MediaArea/MediaInfoLib/blob/master/Project/GNU/Library/AddThisToRoot_DLL_compile.sh I will check for the error with cmake.
Hi, Do you run the test page from a local directory ? Chrome don't allow javascript from file:// protocol. Try from a web server.
If you don't put the HowToUse_Dll.html file and the MediaInfoWasm.wasm file into the same directory, you need to pass an locateFile function to the MediaInfoLib constructor. E.g. if you put...
28 66 75 6e = '(fun' Maybe your server returned the content of MediaInfoWasm.js (or another javascript) instead of MediaInfoWasm.wasm.
The path returned by locateFile must be absolute or relative to the path of the script creating the MediaInfoLib object, not the MediaInfoWasm.js file. e.g. with those paths : ```...