Ilya Konnov

Results 5 comments of Ilya Konnov

Still finds no violation on **15.x.x** and older versions, and on newer **17.x.x** version doesn't even compile https://github.com/nebula-plugins/gradle-lint-plugin/issues/342 i think you need to at least state in the documentation that...

same problem here, in an android project with a lot of modules

@AlecStrong huh seems like i've missed the **execute** method for every operation that returns a **Query** object indeed. For some reason i assumed it executes the query automatically when i...

@AlecStrong i've replaced it with ``` weatherLogQueries.selectAll().execute() ``` And the result is still 7000 milliseconds. The strange thing is this happens only for `SELECT *` and only for **floating numbers**,...

I've just faced this issue all of the sudden as well, and `seaf-cli start` command fixed it, so I guess in my case the daemon wasn't running. But I'm not...