Marc Reichman

Results 8 comments of Marc Reichman

cpp-netlib build: ``` git clone https://github.com/cpp-netlib/cpp-netlib.git cd cpp-netlib/ git checkout 0.13-release git submodule init git submodule update mkdir build cd build cmake .. make make install ```

Appreciate the attention. I am not qualified enough to work on a fix!

I'm not seeing this specific issue, but I am seeing a related issue in accessing the `user_scheduler_jobs` data via JPA. This was something I could do in JDK 8 /...

@visualage We have run into this as well. Assuming we'll have to do a workaround of setting "true" or "false" explicitly when we know the type, which is annoying. The...

Hi, those options actually don't work for me: ``` [transitadmin@transit-es temp]$ mediainfo -f --setlocale_LC_CTYPE=C --CharSet=UTF-8 AD1F88CA68E1AB4998C3666E2F3CAB74.rm Option not known ``` I've tried various combinations of the two, also tried setting...

Small followup, I've played with variations of this in my application: ```c++ setlocale(LC_ALL, "C"); MediaInfo::Option_Static(L"CharSet", L"UTF-8"); ``` This is done before instantiation of the MediaInfo object. Nothing I put in...

Hi, is there any update on this? I understand a fix may require paid support, but I was curious to know if anything obvious was found at first glance. Thanks,...