Vinod Kulkarni

Results 4 issues of Vinod Kulkarni

With go options to compile for ARM (i.e. GOARCH=arm etc.), it won't compile without having CGO_ENABLED=1. When I enabled CGO, I get following error. gcc: error: unrecognized command line option...

With privateThemes support, I have been able to create a sample TODO application as a module: https://github.com/codevin/todoApp.git The idea is that user should be able to do a general application...

When distributing a new module, it will be nice if it can have its own UI (i.e. its own theme and layouts). That way, the users don't have to worry...

I am exploring use of socket.io directly from a module. This seems to work, and these are instructions if you want to try. (However, the sessions need to play well...