Kumar Sukhani

Results 8 issues of Kumar Sukhani

I am getting following error when I run git submodule update --init --recursive "Please make sure you have the correct access rights and the repository exists."

type Address struct { City string `json:"city"` State string `json:"state"` } type User struct { Name string `json:"name"` Email string `json:"email"` Address } My resolver is returning User struct, And...

I was planning to build one helper package which will generate types from struct. Anyone has tried it before? I am new to graphql, any suggestions will be helpful. Thanks.

If I write the content to a file its adding some header and footer to the file. What is the issue? Sample code ``` reader, _, err = CopyFromContainer(context.TODO(), containerId,...

Their should be support of file manager instead of manually writing name of debian img

kill-debian.sh is similar to stop-debian.sh, except it will not check for open-files. It will just unmount the system after killing the running processes. fix https://github.com/guardianproject/lildebi/issues/139 #139

When I click on 'Open Terminal' in lildebi running with cm-11, I am getting some weird symbols '0;60R'. But /debian/shell works fine. Please check the image below. I have tested...

we should add an about page with version number and may be link to source code.