t1u1
t1u1
Same here. AGI version: 2.1.0 Device: Pixel 4a Android: 12, Build number SQ1A.220105.002 System trace works, but Frame trace using OpenGL + ANGLE is stuck in "Initializing" state. Angle version:...
In the logcat of the device, this message is repeated continuously while AGI is active: ``` failed to connect to socket 'localabstract:gapii': could not connect to localabstract address 'localabstract:gapii' ```
> Python bindings for libcamera are already in the works. Can we follow progress for this somewhere? Is there a code repo? Thanks!
> This leads to a bad user experience in cases where you have a parametric design that has a parameter that might scale to zero and disappear. Right now, you...
> I feel that we should throw errors for things like negative radius, because it is unclear what that even means. Ah ok. I just now realized that even after...
It works when "User-Agent" header is added. Some websites check whether the headers are correct, and only then return the feed.
> Simplifies the API, and reduces the number of unnecessary allocations. Let me know what you think. :clap: To make the case stronger, is there a measurable performance impact?
I don't have sufficient understanding of gradle or this plugin, but for anyone trying to address this, here are some pointers that I collected: ## replacement API for transformers https://android-developers.googleblog.com/2022/10/prepare-your-android-project-for-agp8-changes.html...
On further reading, the problem maybe at the level of Gradle, and not AGP. [This line](https://github.com/timfreiheit/ResourcePlaceholdersPlugin/blob/master/plugin/src/main/kotlin/de/timfreiheit/plugin/resourceplaceholders/ResourcePlaceholdersTask.kt#L29) uses `@TaskAction` on a method that takes `IncrementalTaskInputs` as a parameter. However that is...
> needs to be replaced by InputChanges type This is working (on top of https://github.com/timfreiheit/ResourcePlaceholdersPlugin/pull/12). Will make a PR soon.