Alberto Montes de Oca

Results 10 comments of Alberto Montes de Oca

Hi, The idea is convert the object into json and send to Fibrease. This in an example from another project, I hope it can help you: ` private void InsertPrivateList(ListItem...

Hi @apaini did my last comment help you? Thanks Regards

> Hi @jamontes79 , sorry for the late reply, I'll assign this to myself and will hopefully be able to provide documentation and clarity to the question the upcoming week....

> in analysis_options.yaml > > ``` > analyzer: > exclude: > - "**/locale_keys.g.dart" > # - "**/*.g.dart" > # - "**/*.freezed.dart" > errors: > invalid_annotation_target: ignore # hotfix for freezed...

@Adam-Langley any news about the open PR https://github.com/Milad-Akarie/injectable/pull/465 ?

> > On main i cannot see tolerance feature, specially on this file https://github.com/Betterment/alchemist/blob/main/lib/src/alchemist_config.dart > > @EArminjon that's because you should check on branch [dev/feat/tolerance](https://github.com/Betterment/alchemist/tree/dev/feat/tolerance) With the latest commit on...

> Same problem. Did you find any solution? My code is heavily based on this structure I've made a workaround using `scopes` and grouped some specific classes. It's not the...