Royall Spence
Royall Spence
When creating a new env var with the `-e` option, I expect that environment to be used. Instead, the CLI tool prompts interactively. A command like this one should contain...
A user reports that `ssh:add` does not always store a newly generated key in the same search path that's used by `environment:ssh`. This is particularly confusing in Lando environments that...
`env_logger::init()` panics rather than returning an error, so `unwrap()` causes a compile error here.
This tool would be more useful to me if it was capable of generating things like names and addresses to benchmark on more realistic data. Would you accept a PR...
Valid element classes only accept children of the correct type. This feature can probably be implemented as a hierarchy of empty interfaces. It isn't enough to ensure document validity, but...
The object self.admin_site did not have an admin_view method. This PR changed the example to its correct location at self.admin_view. #### Trac ticket number N/A #### Branch description This fixes...