Matteo Bassan

Results 3 comments of Matteo Bassan

Yes, it would be nice! I am currently trying to switch to Gitea from Gitlab and this has been missing from my list

Same problem here, with this struct: ``` type MenuItemResponse struct { ID string Label string Link string Children []MenuItemResponse } ``` i get `"Skipping 'MenuItemResponse', recursion detected."` message the curious...

Same thing here: when i set my where condition to a constant it works, but when the condition is dynamic, i get error: `WHERE models.make_id = 47;` this works `WHERE...