Don Goodman

Results 13 issues of Don Goodman

Don’t force a request handler to return synchronously. Slow them to work async. This should be possible with MHD

enhancement
help wanted
Hacktoberfest

Explain how the docs work and how they get built so future contributors can understand how to effectively contribute.

…with instructions on how to contribute. Maybe also and issue and PR template

This is a security vulnerability exposed by the built-in file serving helper function `router::serve_files()`. It allows attackers to craft requests that begin with `/..`, which means they can read arbitrary...

bug
help wanted
Hacktoberfest

At the moment, on POST endpoints, we only accept `application/x-www-form-urlencoded` parameters for validation in `router::handle_request`. We don't even check the `Content-Type` header. Add support for `application/json`-encoded data as well.

bug
help wanted
Hacktoberfest

I had to deactivate it, because getting CodeCov, Conan, and Docker to all three play together is…not easy.

enhancement
Hacktoberfest

Luna differentiates between requests to `/foobar` and `/foobar/` It probably shouldn't.

bug

Maybe because the cacheing system isn't really all that. Either way, the test failures are a problem. Make those tests optional or something?

bug

- [ ] Options for mana curve - [ ] Options for card type distribution - [ ] Options for weighting various factors' importance (_e.g._, should we pay closer attention...

The fitness function in particular is a bit of a mess, and not well documented.