Connor K
Connor K
Could write a polyhedron function with a similar interface to [OpenSCAD's polyhedron() function](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#polyhedron). And by being less strict about the faces argument (since we only actually care about edges) it...
Under arrows, could you add "double-ended"? thought of it just now but i'll forget by the time i can do it
also means you don't have to scrounge around to find exactly what the openssl dev package is named in your distro.
How about "If you don't know, you're most likley following 23.11"
happening to me right now. RX6600. just did a git pull.
@kangalio `help_all_commands` already falls back to not showing any prefix [here](https://github.com/serenity-rs/poise/blob/current/src/builtins/help.rs#L272) so i copied that logic. I think this whole file would need a bit of a rewrite
`import colors from "vuetify/lib/util/colors";` WorksForMe:tm:; there's just no typescript defs 
I have the same problem but it's because of some sort of nasty memory leak which i have contrived a test to intentionally reproduce
I tried to at least improve the situation by changing the type from `any` to `string` but couldn't even find the logic