Allen Thomas Varghese
Allen Thomas Varghese
Updated the Go version from `1.16` to `1.18` and ran `go mod tidy`
This PR adds some tests for the `client` package which bumps the coverage from `49.7%` to `60%`
Added a `Makefile` with commonly used tasks to make it easier for contributors to verify that their changes meet the expected standards.
Node and Java have full support for Remote Config. I had worked on a PR for the Remote Config spec for `Golang` few months ago and was wondering if there...
I would like to take a stab at replacing the `numpy` references in code with the corresponding pure python equivalent so that the code is pure python and has a...
As api.ai is now dialogflow, I would like to change all references of api.ai to dialogflow in the code and make a major release since this would break the existing...
Hi. I am a beginner in Rust and was looking for issues that I can start working on. Unfortunately there was only 1 atm which seems to have been worked...
Thanks for creating a collection of Python solutions. Most of the code seems to be a direct translation of a C++/Java program and not being pythonic. Simple example would be...
It is nice to have solutions but I am missing the context of how inputs would be transformed by algorithms and data structures. If there were unit tests that describe...