Marcos Kobuchi

Results 19 comments of Marcos Kobuchi

@roughike hello can we have some feedback on this please? :)

Hello all, I have just created a PR fixing the problem. #272 Any feedback would be appreciated! @roughike

Can you check this PR @serhatbolsu 🙏

I have a similar problem, the solution was creating a separate job which would build gitlabTargetBranch, trigger only on accepted MRs and filter to build only desired branches (such as...

Just happened to me, provided solution worked. I needed to apply solution to all existing jobs in jenkins, applying just to the one I was testing did not work.

> e.g. > > ```dart > @dao > abstract class MyObjectDAO { > @Insert() > Future create(MyObject object); > > > Future createWithId(MyObject object) async { > object.id = await...

Hello @vitusortner and @mqus , I re-made this feature using a better approach for declaring embedded classes. There are still some problems like creating the column name, but I would...

@vitusortner Updated PR description explaining how to use this feature.

Hello @Johann673 , actually I'm still waiting for the project owner to review this PR so I could make improvements... 😅