Abir Ganguly

Results 8 issues of Abir Ganguly

Hey! Why not show the results in a browser, rather than to log out in console? It will be lot less work from our side, and the users will benefit...

While browsing through the projects, listed in the README file, I found some links are not updated. Like, in some cases, the labels doesn't exist, then there are no open...

good-first-contribution
contribution-welcome

This is my code: ``` package main import ( "fmt" "os" "github.com/veandco/go-sdl2/sdl" ) func main() { //==============CREATE WINDOW============== window, err := sdl.CreateWindow("test", sdl.WINDOWPOS_UNDEFINED, sdl.WINDOWPOS_UNDEFINED, 500, 500, sdl.WINDOW_SHOWN) if err !=...

This repository is missing some examples for functional programming in JAVA, we should add that. (I can too)

If someone tries to build your project, he is forced to use Microsoft Windows, with Visual Studio. It is better if you provide steps(or a script) to build for other...

I am running an ubuntu-based distro, and getting this error: ![image](https://user-images.githubusercontent.com/58767260/84778098-19596900-b000-11ea-8f8e-ad20d6b30c8f.png)

Why the project directory needs to be a virtualenv? I have my virtualenv elsewhere. I am not very experienced in python, is it a convention just to put virtualenv in...