Derek Smith

Results 2 comments of Derek Smith

I'm having the same issue after running the export ``` cc -c -I /usr/local/Cellar/libevent/2.0.21_1/include -o webdis.o webdis.c In file included from webdis.c:1: ./server.h:5:10: error: 'hiredis/async.h' file not found with include;...

Your defining a javascript var with TypeScript Interface syntax ``` opts : ISlimScrollOptions = { position 'left', barBackground: '#C9C9C9', barOpacity: 0.8, etc ... }; ```