Patrick Byers

Results 18 comments of Patrick Byers

Wow, I never thought about it that way. They (Discord) have a web app and a Windows app (and I presume other desktop versions). Have you tried out those? There...

I'm a perspective student of this curriculum and volunteer to update the Trello if I can be granted access/permission. Else, it is a good starting point for that type of...

For me, the work is captured in the following two commits, with the second being optional but recommended. 1. Update project name in `pyproject.toml`; update folder name under `src` ([commit](https://github.com/pb-413/pyospackage/commit/362decef78e516af6c6678e7ef05c99f4e791a47))...

A PR was merged for this issue (#222). Did it complete the entire scope? Is there anything to do here?

1. Replace all references to `pyospackage` in `pyproject.toml` to `pyospackage_` - e.g. `pyospackage_pb_413` - It cannot have hyphens (`-`) as separators; use underscores (`_`) instead - pb-413 -> pb_413 ->...

Just found out there is a command to prune (delete all) or remove (delete named) environments in hatch: ``` > hatch env Usage: hatch env [OPTIONS] COMMAND [ARGS]... Options: -h,...