Indra Rudianto

Results 4 comments of Indra Rudianto

Hi all, I think I found the issue. The Nuitka have no problem detecting DLL dependencies, but in the line 287, it excludes dependencies that outside Python path so that's...

Is it possible that we can use the same container for many users, e.g. 1000 as in our web app we need to manage all those accounts and get the...

Thanks for the reply Anthony, I tried changing `X_MAX_NUM_STATIONS_DIFF` to `5000` in the `src/include/GridLib.h` but still failed to compile on Ubuntu 20.04 LTS 64 bit and produce the same error....

Hello Anthony As you've suggested, I changed `MAX_NUM_DIFF_HYPOCENTERS` in the Loc2ddc.c line 113 to 50000 and replaced all `strlcpy` functions to `strncpy` in the lines 127 and 153 Loc2ssst.c. GCC...