glorin.li

Results 7 comments of glorin.li

Same issue with AGP 7.0.3 and lint 30.0.3.

I figured out that in my case it's caused by the maven publish plugin since I used third party maven plugin and seems it doesn't work well with AGP 7.0.3....

> @lijiahua my guess is that you are running a version of AGP in your project that is not compatible with the lint version you are using. Remember, if lint...

Same issue when using android-studio-4 folder. my lint version is: lint_version = '27.1.0' classpath "com.android.tools.build:gradle:4.1.1"

I found out the solution, the key is that we should use same AGP version as the project we are going to lint. for example, my App gradle plugin version...

> I found another way to solve this problem without modifying source code of Kafka-python. > > ```python > def run(self) -> Iterator[Event]: > self._consumer = KafkaConsumer( > self._kafka_topic, >...

Maybe you can use `search_groups` to achieve this. ``` async def get_unique_values_of_field(self, field): # Mock 1536 dimension vector vector = [0] * 1536 # Get all points from qdrant group_result...