Michael Osofsky

Results 17 comments of Michael Osofsky

`OnDidFinishRenderingMapListener.onDidFinishRenderingMap` and `OnDidFinishLoadingMapListener.onDidFinishLoadingMap` don't fire for me on `com.mapbox.mapboxsdk:mapbox-android-sdk:8.5.0` even though I can see the map rendered in my application. However `OnDidFinishLoadingStyleListener.onDidFinishLoadingStyle` and `OnDidFinishRenderingFrameListener.onDidFinishRenderingFrame` do fire, although the boolean passed...

From an end-user perspective, this was what I observed regarding on this screen: 1. Go to https://cryptozombies.io/en/lesson/5/chapter/14 2. Click Zombie called "H4XF13LD MORRIS 💯💯😎💯💯 zombie!!!!111" 3. Rename to "Puke Vader"...

Solution offered by @Xoce51 worked for me. I'm going to leave some keywords in this comment to help others find this answer. **keywords:** - firebase 9 - Uncaught Error: Firestore...

Note this [caveat that the compat libraries may not work in Firebase 10 or 11](https://firebase.google.com/docs/web/modular-upgrade#about_the_compat_libraries): > Keep in mind: the compat libraries are a temporary solution that will be removed...

@auras could you specify which alpha fixes this? I saw you were on androidx.test.espresso:espresso-core:3.4.0 at the time of reporting. Actually that version worked for me. But androidx.test.espresso:espresso-core:3.5.0-alpha04 introduced a problem...

Evaluating Flutter as a replacement for a large SDK. I really need the basics to work to feel confident in proposing Flutter. Please, any update?

@neiljaywarner thanks for the intel regarding Phillips. The problem is, according to @stevemessick [above](https://github.com/flutter/flutter-intellij/issues/5914#issuecomment-1021358549), "In Arctic Fox they redesigned the new project wizard, which broke our support for add-to-app. We...

@neiljaywarner great, I'll check out the command line interface's equivalent for adding a Flutter module to an existing application. I found the documentation for that at https://docs.flutter.dev/development/add-to-app/android/project-setup#create-a-flutter-module

Seems like `userInputs` allows a bit of customizability. For example, to prevent the user from choosing a password that matches their username, you could pass their username or any other...

In case anyone needs to find this thread by searching for the error message, here it is in plain text: ``` TS2305: Module '"react-dnd"' has no exported member 'DragSource'. ```...