Trung Pham

Results 5 issues of Trung Pham

``` #define STDSTRING_IMPLEMENTATION #include "stdstring.h" int main(int argc, char *argv[]) { } ``` Full log: ``` gcc main.c -I./ -O3 -lm -Wall -Wextra In file included from main.c:2:0: stdstring.h:261:5: warning:...

Cross-platform shared memory API is nice for IPC.

enhancement

I am syncing a large folder (15k subfolders/galleries and 700k photos). One thing I have noticed: `smugcli` ignores a lot of subfolders (e.g., sync a folder containing 4420 subfolders). I...

SM has a limit of "5000" on everything: 5000 subfolders per folder, 5000 galleries per folder, 5000 pictures per gallery, etc. Furthermore, it can only contain folder trees that go...

The file extensions are hard-coded and case-sensitive (e.g., Jpg and jpG do not work). A simple case-insensitive regex would do the job.