Guillaume Collic

Results 12 comments of Guillaume Collic

Hello, I'm the original contributor to both the DividerTray and the Agricola insert :-) Here are my 2 cents on the subject, if it can helps. I agree with what...

To illustrate how an empty row (without wall or divider) can be used in a game box insert. In the picture below, the third row doesn't use dividers, there's still...

It would definitely be usefull for a lot of things ❤️ Some other ideas: - Phone models for [PhoneHolder](https://www.festi.info/boxes.py/PhoneHolder) - Keyboard [layouts](https://github.com/help-14/mechanical-keyboard) for [Atreus21](https://www.festi.info/boxes.py/Atreus21) and [Keypad](https://www.festi.info/boxes.py/Keypad) - Card sizes for...

I also lean towards simple preset of settings which are just default values, but I'm not sold on the JSON way. Every boxes have different settings, and it would be...

> I don't need a lot of fancy presets... but could we add a diameter input on the Coffee Capsule Holder? I was able to re-size it for K-cups finally,...

Hello :-) I thought too about something like this when contributing some boxes 🎉 In some cases, I find the approval testing or golden testing approach can be usefull. What...

And for the boxes.py library itself, it could be useful to have some documentation about how the primitives works to contribute other boxes, with a sample code shown with its...

For an example of what unit / non-regression tests oriented toward developper documentation could look like: - [Documentation](https://github.com/gcollic/nmermaid/blob/main/Nmermaid.DocAsTests/Docs/FlowchartDoc.All.verified.md) - [Tests generating and verifying this documentation](https://github.com/gcollic/nmermaid/blob/main/Nmermaid.DocAsTests/FlowchartTests.cs#L59)

> I wonder if you can just on the fly modify the button code to fit the thickness. Simply by putting ` + {t}` at the right place. Well, Indeed...