Ami Fischman
Ami Fischman
Today distinguishes the cards it's seen by : . When managing multiple cards (e.g. parents managing kids' cards, and so on) it can get confusing to remember which ID# belongs...
IWBN if there were a way to "bend" CSGs or otherwise deform them in non-affine ways. E.g. https://goo.gl/photos/D8WnhPUKAei1ZoNX7 linked from https://plus.google.com/u/0/+KurtMeister/posts/3z3DnHsmgho AFAICT the closest thing to this would CSG.toPolygons(), transform...
https://discord.com/channels/964330484911972403/1363942169295065268/1369405910925053982 has a proof-of-concept for using visual debugging sans VSCode: ```py def show_all_locals(self, stop, line): return stop if stop else self.default("from ocp_vscode import show_all, get_port; show_all(locals(), port=get_port(), _visual_debug=True)") # The...
Example use-cases include: - [`CACHEDIR.TAG`](https://bford.info/cachedir/) - Ignoring entire git checkouts (including submodules) (see linked issue). Fixes #1727.