Walter Scheper
Walter Scheper
This adds an RFC 1035 compliant domain name generator and an RFC 3986 compliant URL generator. Closes #17 Signed-off-by: Walter Scheper
Generating proper URLs is tricky, and seems like something a library like rapid should provide. The implementation in hypothesis seems like a good starting point, though the URL generator is...
**Describe the bug** Trying to build a docker image with pants in WSL2 using Docker Desktop for Windows fails with: ```text #3 [internal] load metadata for registry/repo/image:tag #3 sha256:4b1c3b88e78faca34609335519aa97ddf79a93010f41361984334d033303f28a #3 ...
There are always desired features or functionality that either need time to fully bake before inclusion or don't really belong in the core of a project like mage. One way...
Conary will not dereference symlink recipe file, but instead commits the symlink. Later attempts to update the source will cause the repository to return 500 Internal Server Errors. Steps to...
The epdb.serve() and epdb.serve_post_mortem() functions now take a 'silent' keyword argument. When set to True, the server does not print any information. When using an Epdb object directly, the same...