Connor K

Results 71 comments of 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.

@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 ![image](https://github.com/vuetifyjs/vuetify/assets/14184826/99a48938-43f4-4f08-b2e2-3665a364e486)

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