Thomas Karstens
Thomas Karstens
For anyone just interested in an explanation at the moment, here's the announcement presentation from Vue.js Amsterdam https://youtu.be/GNW39QLvCU0
Hmm, ok, according to the documentation, the memory limit is still 512MB https://github.com/apache/incubator-openwhisk/blob/master/docs/reference.md
hmm, @rabbah shed some light on the issue: "openwhisk operators can configure these limits at deployment time". Makes me wonder if more than 512MB should be allowed here. Right now...
Just because the PR was merged, bu the underlying issue (hard coding client-side vs reading from api host) still remains, I guess. Updated the title accordingly
the API (such as https://openwhisk.ng.bluemix.net/) returns the memory size limit as "limits.max_action_memory", this can be used accordingly I'd say
Can you try using `jQuery.datetimepicker.setDateFormatter`? I had an issue with `$.datetimepicker.setLocale('en');` and had to use `jQuery.datetimepicker.setLocale('en');` as displayed in http://xdsoft.net/jqplugins/datetimepicker/ as well. Don't exactly know why, since I think that...