do_username icon indicating copy to clipboard operation
do_username copied to clipboard

A DigitalOcean-community-themed username generator. Implemented in Ruby, JavaScript and Rust.

Results 8 do_username issues
Sort by recently updated
recently updated
newest added

I couldn't make a optional parameter and you can't make a `const `array in go, but > An array isn't immutable by nature; you can't make it constant.

Using [jest](https://jestjs.io/) as the test engine. Also add a test for the function, asserting it's `maxSize` argument. Closes #17

Created a python package implementing the specs given in README https://pypi.org/project/do-username/ It can be install by running `pip3 install do-username`.

Like with the Ruby version, the JavaScript version could include a CLI option as well. The call name might need to be tweaked to avoid conflict with the ruby version...

help wanted
hacktoberfest
implementation: javascript

A workflow can be included to test the JavaScript version.

help wanted
good first issue
hacktoberfest
javascript

We should add a test suite to the Javascript port of the package in this repo. It should test the behaviour of the exported generate method, but also the private...

help wanted
hacktoberfest
javascript

Add tests for all functions in the go implementation. See ruby/javascript tests as a point of reference. Add GitHub actions CI for the go package that runs the testing, following...

help wanted
hacktoberfest
implementation: go

Add tests for all functions in the rust implementation. See ruby/javascript tests as a point of reference. Add GitHub actions CI for the rust package that runs the testing, following...

help wanted
hacktoberfest
implementation: rust