Gabriel Okura
Gabriel Okura
Hey @NukeManDan. Could you tell me which version of Polkadot solve this build problem? I'm still facing the same issue. Tried in different platforms: mac with M1, mac with intel...
Still getting ``` error: failed to run custom build command for `tikv-jemalloc-sys v0.4.3+5.2.1-patched.2` Caused by: process didn't exit successfully: `/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-9d0a84b3886f9841/build-script-build` (exit status: 101) --- stdout TARGET=aarch64-apple-darwin HOST=aarch64-apple-darwin NUM_JOBS=8 OUT_DIR="/Users/hypeempreendimentos/Desktop/my...
Hey @tarrinneal @stuartmorgan As you can see CI is failing because of an analyzer issue in packages that depends on `video_player` package. When I run the local analyzer this is...
> > Seems that cirrus ci has a cache and his dependencies are different than the examples, is this correct? > > It's not a cache, this is a test...
> @gabrielokura Are you still planning on updating this based on the last feedback? Sure. Sorry for the delay, last weeks have been full. I'll complete the PR in this...
> The analysis failures in CI due to deprecation will need to be addressed. Something like this? https://github.com/flutter/flutter/issues/127754
> @gabrielokura Are you still planning on updating this to address the analysis failures? Yes, will do it until the next week. Sorry for the delay
@stuartmorgan Now CI is failing only in the repo checks after adding the `//ignore` for the deprecation. Could you override this check?
> These 2 are different use cases: > > (1) the existing doc is to present the flutter VC as a screen. This is the most common use case (e.g....
> @gabrielokura I just tried out the `UIViewControllerRepresentable` API and was able to get it working Awesome! May I help with something more? Should we close this issue and track...