Moshe Dicker

Results 208 comments of Moshe Dicker

drift_lint will only report IDE lints for `.dart` Stated a discussion [here](https://github.com/invertase/dart_custom_lint/discussions/297) to confirm that. However, the custom_lint cli will still report errors so I guess it could be helpful

At this point there is only a single lint which I need passed through all these layers. Completely upending the entire analysis just for this would not be worth the...

All done. I'll add docs once you give me the go ahead

@simolus3 Yup, we def got a flaky test

Ill work on the docs. Also seems CI is failing, I'll ping you when it's all ready

I've had this issue with other code generation tools too. Could you post the relevant portions of the generated code that is incorrect to help debug this?

@simolus3 It seems that this is not related to the manager API. I'm surprised this worked in the past. Could you post the table spec, something reproducible will make it...

Tell me if this is what is happening endpoints.drift ``` CREATE TABLE endpoints ( id INT NOT NULL PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, external_id TEXT, uri TEXT NOT...

@simolus3 I'm not going to have time to fix this for the next 2 weeks (I've got some personal things going on) I've triaged this bug for now. I just...