hahawoo

Results 6 issues of hahawoo

I think it would be good if the API reference worked well offline. There are two issues I can see: 1: The page uses an image. If the page is...

I've finally made a wiki scraper, which means (ideally) we don't have to manually edit the table anymore. It's not perfect, for example it doesn't scrape modules for their names...

Currently, one has to check if an optional table (i.e. functions, types, enums, returns, arguments, constructors, supertypes, subtypes) exists before looping though it, like this: ```lua if variant.arguments then for...

For example, `love.physics.newMotorJoint` currently has two variants: ```lua love.physics.newMotorJoint(body1, body2, correctionFactor [default: 0.3]) love.physics.newMotorJoint(body1, body2, correctionFactor [default: 0.3], collideConnected [default: false]) ``` when really it has one variant, because the...

I think it might be nice if love-api had translated descriptions. Things I'm unsure of: * How can the translated text can be automatically retrieved from the wiki? Would [the...

I've had a few ideas about this project, and I thought I'd put them all in one issue instead of creating heaps of issues, all of which maybe no one...