GithubHelp home page GithubHelp logo

goada's People

Contributors

anonrig avatar lemire avatar mertcanaltin avatar plusiv avatar ulisesgascon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

goada's Issues

Proposal to Implement Versioning Using GitHub Releases

Hi maintainers!

I wanted to raise this issue regarding to the version management in this great project. I've noticed that it does not use GitHub's releases or tags to manage different versions of the package and the upstream project. While this approach can work for quick iterations, it might pose challenges as the project scales and the user base grows.

If there's interest in this approach, I'd be delighted to contribute to the setup of a versioning and release process based on GitHub's features. This could include updating upstream project dependency, tagging specific commits as releases, drafting initial release notes, and setting up a cycle for future releases.

I am also open and willing to assist in any other areas where you might need support, whether it’s further development, testing, or documentation.

make a compareString function for goada_test.go

@lemire @anonrig hi add helper functions to prevent this code repetition? For example, if I create a helper function called compareString like

this:

func compareString(t *testing.T, expected, actual, message string) {
	if expected != actual {
		t.Errorf("Expected %s, but got %s. %s", expected, actual, message)
	}
}

question: Continue with CGO?

Hi,

You are currently using the C++ library via CGO.

Will it always be this way or are you considering writing a raw golang implementation?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.