André Santos
André Santos
From the top of my head, dependencies that would be good to add would be: - [golang.org/x/text/cases](https://pkg.go.dev/golang.org/x/text/cases) - mainly because it has `cases.Title`, which is the recommended function to use...
The only place I know to look for these is the file with the dependencies used in the build of the docker image: [rust's supported_crates file](https://github.com/exercism/rust-test-runner/blob/main/local-registry/supported_crates). But I think we...
This sounds like a good idea, thanks for suggesting! I edited the description with how to contribute to this issue.
I wonder how useful this would really be. Usually, we notice that there's a lack of tests when we see a student's solution that manages to pass the tests but...
@MikaeelMF Just bouncing some ideas about this. There was discussion about if it would be possible to have a client program communicate with a server program on localhost (eventually server...
@MikaeelMF It would help if in the description of the PR you could add some indication of the status of the PR. With this I mean a brief list of...
Sound good. I agree with renaming this and making sure we name concepts just after things that are on the language. If you agree, we can change this issue to...
@junedev Thanks for taking care of this. I took a look and it sounds great!
I absolutely agree we should do this! @Dark-WizZ I changed the description of the issue just to make the issue and what needs to be done clearer.
@jcovington16 Go ahead! Are you considering changing this is all exercises or only in a subset of them?