Mila

Results 9 comments of Mila

> @andreElrico I managed to do that by calling each exporter > > ``` > > > Export > > ``` It looks like it's not one file in XLSX...

I have a page with tabs. Situation: Page1 has opened Tab1. When navigate away from Page1 there are lifecycle events fired up. I do have `Page1 ionViewWillLeave` but do not...

Yes sure https://github.com/TimberTracks/ionic_tabs_example. To try it out. When you have a menu. You may open some tabs but it will not fire ionWillLeave if you go to another page from...

Another case: I wanted to try to bypass issue that ionViewWillEnter not fires on Tabs second time after navigations (bug is closed for some reason without fix) and to fire...

Probably will help somebody (there are different types of bugs related to angular routing and page having ion-tabs pages as children) Looks like following combination works without different side effects:...

Sleep looks like hack and what if you are updating many functions in same time? deployment will be very long. Possible solutions: 1. First deploy code and deploy new configuration...

Okay. As everything is async I've used client waiter to make configuration changes during update. PR https://github.com/nficano/python-lambda/pull/716

> @znotdead There is an open PR with the same fix since Jan 13, 2022: #714 Ooops. Haven't noticed one. Thanks! Wonder why release still not done since JANUARY. Does...

> use it : const datetime = this.formControl.value.toDate().toISOString(); The idea to have a string return is to make code cleaner, instead of walking through all your date fields in nested...