Aleksei Maslakov

Results 41 comments of Aleksei Maslakov

To set up format for displayed date in the input you should use `am-input-date-format` attr, so in your case it will be: ``` html ``` For available formats see [moment.js](http://momentjs.com/docs/#/displaying/)

Sorry, my bad. I guess, I forgot to update the codepen after the attr's name was changed. As for the `ng-change`, I will make some refactor in the next few...

I update the master branch. Check out the demo and the API documentation. Thanks to you and mr.SirDarquan, you have convinced me about confirmation behavior, so I disable 'click outside...

Thank you! I'm sorry, but for now I'm not planning to implement it. As long as I'm using `$mdDialog` to show the picker, the 'ON TOP' feature couldn't be implemented.

Thank you for good enhancement features. I try to realize them all. Unfortunately, I'll be busy for the next two weeks and I can't start until the 1st of May,...

@milouk I apologise it took me so long to reply to you. I'm afraid there is no way to call `http` from `https` as this is enforced by the browser...

@mrg358 Seems like it is an issue with a gunicorn as it ignores `X-Forwarded-*` headers if you don't set `FORWARDED_ALLOW_IPS` environment variable. And this behaviour affects affects download and thumbnail...

Both containers fails with: ``` FileNotFoundError: [Errno 2] No such file or directory: '/usr/src/shelf-back/certs/edbtlscert.dev.pem' ``` Can you please check that you're correctly mounting cert directory to the shelf-back and shelf-worker...

Hey @kekersdev! Apologies for replying so slow. The issue is indeed seems to be somewhere in the EdgeDB. Can you please provide more details, specifically the command you're trying to...