Denis Torresan

Results 15 comments of Denis Torresan

diff --git a/portlets/fuori-orario-admin-portlet/docroot/eventCalendar/js/jquery.eventCalendar.js b/portlets/fuori-orario-admin-portlet/docroot/eventCalendar/js/jquery.eventCalendar.js index 2fa9269..7b98d78 100644 --- a/portlets/fuori-orario-admin-portlet/docroot/eventCalendar/js/jquery.eventCalendar.js +++ b/portlets/fuori-orario-admin-portlet/docroot/eventCalendar/js/jquery.eventCalendar.js @@ -208,16 +208,16 @@ function num_abbrev_str(num) { var len = num.length, last_char = num.charAt(len - 1), abbrev if (len...

I also suggest to translate the "loading..." string

Hi, we need to manage on com.kucoin.sdk.websocket.listener.KucoinPrivateWebsocketListener the "onFailure" method. Actually simply print an exception, while it need to call the "onFailure" method on the appropriate callback. I'm trying to...

Hi, please try to apply my PR https://github.com/Kucoin/kucoin-java-sdk/pull/56

Hi @Parker7123 you forgot to import TimeUnit: please add import java.util.concurrent.TimeUnit;

Hi, please try to apply my PR https://github.com/Kucoin/kucoin-java-sdk/pull/56

Hi, please try to apply my PR https://github.com/Kucoin/kucoin-java-sdk/pull/56

Hello to all, I probably found the problem, and it's located into SleepingOwl/Admin/Helpers/StartSession.php line 44 as says @DionisioFG. The same situation appear also when you try to navigate a site...

Hello, I fixed the issues and created a pull request to the main repo: https://github.com/sleeping-owl/admin/pull/253