Dan Imhoff

Results 139 comments of Dan Imhoff

@7freaks-otte Looks like that's being addressed: https://github.com/WebKit/WebKit/commit/ff60f0a9b3a455b56adb95dbab14d404cb024152

@Domvel The Ionic CLI doesn't have opinions about how you structure your monorepo. People could choose to have apps connected with a single `angular.json` or one for each app, or...

@johneast The `apps-app-3` behavior is probably worth a separate issue. As for the `angular.json` stuff, did you read [my comment](https://github.com/ionic-team/ionic-cli/issues/4121#issuecomment-522028645) above? I'm not convinced the behavior should change at this...

@josh-m-sharpe To be clear, I agree. I understand how Angular monorepos are expected to work, and that `ng generate application` has the intended effect, and that the equivalent functionality is...

@Domvel I just walked through this again. Here's my repo: https://github.com/dwieeb/ionic-multiapp I ran into a couple weird things with integrating Cordova, which must've been recent bugs, so I fixed them...

👋 Hey all, please see [this comment](https://github.com/ionic-team/ionic-cli/issues/4192#issuecomment-594177902) and [this wiki article](https://github.com/ionic-team/ionic-cli/wiki/Angular-Monorepo) for the latest on Ionic multi-app projects and Angular Monorepos. Using `ng generate` (not `ionic start`) with `ng add...

Could we use an XML library to parse the file, ignoring `edit-config` and `config-file`, and then use `plist` for them?

FWIW, this does appear possible by using custom components (but would be nice if it was built-in). ```ts ``` ```ts const renderLabel = ({ // ignore label props from recharts...

@cSparkle I think would be a great addition to the Capacitor community! Would you be able to [join our slack](https://getcapacitor.herokuapp.com/) to coordinate?