Devin Riegle
Devin Riegle
Any update on this? I'd love to see this get merged. Thanks for doing the work here @Ayzrian
> I'll try to reimplement toBeDisabled in this PR Is there still work being done on this? We'd really like to be able to use `toBeDisabled` in our codebase again,...
Thanks @mejdi14 and @bradintheusa. I used the following in my `pubspec.yaml` to tag the specific commit I needed. ```yaml flutter_tagging: git: url: https://github.com/bradintheusa/flutter_tagging ref: 6a7d9dea5fff4f7de6f2142c667de6e5d9e61cec ```
You must add `import {PhotoViewer} from '@ionic-native/photo-viewer';` to the app.module file as well & make sure you have installed the Ionic module & the cordova plugin.
You should fix the quotes in your commits so that the code is consistent across all files in the repo
As @wyardley mentioned, we were able to get this working with the changes from PR #139. This is our template file. Make sure to change `{orgName}` to your org name....
It looks like @yannbf updated the `native-google-maps.ts` file on Jan 18th to fix this issue. [**Commit 812c9f0**](https://github.com/yannbf/ionic3-components/commit/812c9f07d277cfef2da875b868f801cdc52223ea)
Spent way too much time tracking this down. This should've 💯 been marked as a breaking change.
I was able to get this working using `.refine`. Of course it could be easier, but it was good enough for my solution. [Typescript Playground](https://www.typescriptlang.org/play?ssl=14&ssc=11&pln=1&pc=1#code/JYWwDg9gTgLgBAbzgLzgXzgMyhEcDkyEAJvgNwBQFApgHYCueAyjAIYz0DOiFccMJCHAC8BAcQj4ANLzjBaABRwBzKNU7dR+eUoir1nabIDGuMABtqMasREFT4S9dIy0VU7U7xaEGAGEzJxs7ZFkAOlp2YAA3agBRBhAAChZ2LgBKcLVMeWokpK80znSALjhCjm5gbjiAD2NzemJqAB5Uyqk4dq4whwsrGwA+EWGKrjgAQmFRbs5ewIHidMoKGABPMGo4ADlfAMdFkLD5TGooFvXNiEw4H38F50HKPheAele4AD0AfipZF4BgL4QA) ```ts import { z }...
Hi there @YazeedAlKhalaf, I'm not directly using `dart:mirrors` in this package, but it looks like the `markdown4dart` and `jael` packages both rely on `dart:mirrors`. I will take a look to...