Ali Gangji
Ali Gangji
At first I thought this sounded like a great feature and classes should implicitly extend their parent definitions. However, after thinking it through I think such a feature could be...
@fenek Thanks for the reply. I'm pretty sure no listeners are started from a host_config. I tried it with and without global listeners. When I have global listeners, only the...
Thanks for looking into it. I'm going to try and work around this for now by using subdomains with a wildcard certificate. However, it's likely I will eventually need different...
I figured this out. The ssl options are passed to ranch_ssl (more details here: https://ninenines.eu/docs/en/ranch/1.7/manual/ranch_ssl/) ranch_ssl has two parameters, sni_hosts and sni_fun, which make it possible to configure this without...
Did you ever get this working? I would be interested in seeing this if you've still got it. I have a similar use case I would like to achieve.
I created a pull request #127
I got around this by ignoring dijit-themes in my `.bowerrc` file ``` { "ignoredDependencies": [ "dijit-themes" ] } ```
I am having the same issue