Antonio Porcelli

Results 27 comments of Antonio Porcelli

https://github.com/lmbringas/packtpub-downloader/pull/30

I think you can create a simple example of a `docker-compose.yml` file and provide a list of all required env vars.

Hi @yoking-shi I have read (I don't remember where xD), you must set manually the value you want to use, you can see all value on this page: https://developer.android.com/reference/android/media/MediaRecorder.AudioEncoder for...

if I want to listen on the same IP but on differents domains? for example: ``` freepbx1.mydomain.xyx:5160 freepbx2.mydomain.xyx:5160 ``` but they are on the same machine with the same IP

Have you found a solution?

I know that is not a good practice. I can test for you this modification :)

No, some of the non-lazy components don't have a route, it was simply utils components I must insert a route also for utils components?

this is an example: ``` ....... ....... ``` header-menu and footer-menu are a non-lazy component but it has not the route because are only utils component.

in the app.module I have inserted these components this is my app.module ``` @NgModule({ bootstrap: [ AppComponent ], imports: [ NativeScriptModule, NativeScriptFormsModule, AppRoutingModule, HttpClientModule, NativeScriptUIAutoCompleteTextViewModule, NativeScriptUISideDrawerModule, TNSCheckBoxModule, ], declarations: [...

thanks, this has solved my problem. Today I have refactored all code, but I have other problems now. I have created a component for Drawer (I use nativescript-ui-sidedrawer: RadSideDrawer) if...