Robert

Results 35 comments of Robert

I asked about this wayyyy back (probably a few years by now) on the Discord channel, but didn't get a clear answer... I'd say the save thing to do is...

What do you mean by "expose the JSON table"?

Adding urls from the wiki would be nice for docs too. ``` lua { name = 'getContactFilter', description = 'Returns the function for collision filtering.', url = 'https://love2d.org/wiki/World:getContactFilter', variants =...

I don't mind the additional checks for existing tables personally, but I can see how this would benefit other people of course. If we decide to go this way, we...

Yeah it's probably the best way to go. I'm all for it :) > Good point about the modules already containing empty tables, I didn't realise that, I guess that...

@hahawoo We could open PRs on said repos, or at least report the necessary changes. I probably can help next week.

@hahawoo I started a 0.11.0 branch. Feel free to add the empty tables on top of that. It'll be merged once 0.11.0 is released.

@hahawoo I just tried updating love-atom and ran into an issue because there is a variant missing for: https://github.com/love2d-community/love-api/blob/5a09fcc26e90d366643cd5bcc53a5942617d70b9/modules/audio/Audio.lua#L12

> How can the translated text can be automatically retrieved from the wiki? I haven't tried / used the scraper, but of course automatic updates would be a big improvement...

@Bobbyjoness If you are up for a PR :+1: ... I don't really know which examples need to be tweaked.