Matias Wang Silva
Matias Wang Silva
This PR adds the ability for integration tests to be run so that as we improve the project generator, we can guarantee the expected behavior without having to run it...
Also closes #31
This PR attempts to refactor the entire script into 2 units: "picogenlib" which is a mini library that actually *generates* the project and the user-facing "cli" and "gui" files. The...
Hello, Just want to chime in and say that the work being done here is great and could serve as another method of installation for BBB. May I suggest that...
Hi there, I can't see any use of the 'username' field for either of the socials in the template. Could the URL be autogenerated if the url field is omitted?...
Slice returns one extra item when slice count is a divisor of iterable length and fill_with not none
The slice filter returns one extra item when the slice count can divide the iterable length completely and a fill_with value is used. Example: ``` {% set a = [1,...