ilkkanisula

Results 7 comments of ilkkanisula

I have this same issue when trying to use netlify-cli init for newly created gitlab repo.

There is no support for this in this repo. This functionality requires implementing one of the android data layers (e.g. [DataItem](https://developer.android.com/training/wearables/data-layer/data-items)). I'm currently developing multiple standalone flutter apps for Wear...

#15288 is closed now. Is there some basic instructions available so I can test to build simple flutter app for watchOS simulator?

You can try https://github.com/metaflowltd/flutter_health_fit

See [this](https://stackoverflow.com/questions/63380578/coretelephony-is-not-available-when-building-for-watchos-when-adding-watch-app)

Here is quick fix that might help with this: ```diff --- a/frontend/app/explore/DocumentItem/DocumentData.tsx +++ b/frontend/app/explore/DocumentItem/DocumentData.tsx @@ -50,7 +50,7 @@ const DocumentData = ({ documentName }: DocumentDataProps): JSX.Element => { {doc.replaceAll("_", "...

It would help developer if you can clone this repo and write new failing unit test case with your example. See existing tests in repo for example. As a workaround...