joelmeaders

Results 9 comments of joelmeaders

I do believe the issue has to do with Navigation properties and my POCOs/Entities were not autogenerated. Probably similar to a JSON circular reference issue. If there was a way...

YES, I too need this option! I have been writing tests for reactive services all week and tracking down every single observable through the chain manually is not fun.

I just ran into this issue today! If this PR is good I would love to see it merged.

> how do you provide this FIREBASE_APPCHECK_DEBUG_TOKEN in angular though? I did it with this code snippet, above my app module: `if (!environment.production) { (self as any).FIREBASE_APPCHECK_DEBUG_TOKEN = true; }`...

One major benefit to the old high res fix was I could use it to generate a 768x768, then upscale to a much larger resolution AND a different aspect ratio...

Just ran into this. Anyone find any good fixes?

I had the same problem and found a fix. Previously I was just using: ``` ...other code ``` ![image](https://user-images.githubusercontent.com/26804420/60537564-0b62e900-9cc6-11e9-8b45-d31b6f4bb866.png) To fix it, I am now using: ``` ...other code ```...

@daveshirman I posted a detailed way to accomplish what you want here: https://github.com/ionic-team/ionic/issues/15538#issuecomment-479090705

> Is there a solution yet to the original problem ? > i.e. being able to collapse the menu on desktop ? If the menu is inside of a split...