Chris Coetzee
Chris Coetzee
If anyone else has some time to convert these to the index, here are all the repositories for the 500-lines of code book: https://github.com/aosabook/500lines
**labels:** UI/UX, good first issue On the server join page, when I see multiple select circles and after tapping one, a checkmark, it made me think I could join many...
**Is your feature request related to a problem? Please describe.** I like seeing the timer while I'm working as this ensures I don't get side-tracked because I'm reminded that I...
Suppose an enum defined as follows: ```ruby class Payment < ActiveType::Object enum state: { stale: 0, loading: 1, failed: 2, ready: 3 }, _default: :stale end ``` Then in Rails...
This issue is for discussing ways to make the rule definitions more flexible and accessible to a wider audience of non python programmers. - [ ] Think of ways to...
This issue will be split up if anyone is interested in working on it. Rule functions look as follows: ``` python def move_rule(match, path): # do some really advanced things...
This could be a simple copy of the existing `filetypes.py` file as stored in the repository.
The current filetypes.txt contains some really archaic types. Consider updating it to contain more filetype definitions.
Add support for monitoring a directory for changes, and applying the pysorter rule to it when they are detected. It is important here to ensure that there is a quiet...
Allow the user to have a configuration file in their home directory. The configuration should be either written as a python file. - Shall be a portable implementation (support windows...