RealZimboGuy

Results 18 issues of RealZimboGuy

the getUri method returns based on secure/IP/port but does not respect the context path serviceTags=[contextPath=/mycompany/test/] this is configured as per the server.servlet.context-path on the registering server

waiting-for-triage

thanks for the library, have created a java one based on your logic https://github.com/RealZimboGuy/ewelink-api-java

please remove the @Primary annotation in the RestConfiguration class, this prevents customisation ie when you want to have jackson support for java 8 LocalDate objects it cannot be overridden ![image](https://user-images.githubusercontent.com/15829080/190566206-47e5b39e-9e28-4ed6-9459-c226d3401382.png)

when the API is not available the nflow-explorer-ng does not have a delay on retry, as such hundreds of requests are sent. please put a small delay timer on the...

reverted to commit Release 2.5.3 and worked fine issues faced with latest version ERROR: The Compose file './docker-compose.yml' is invalid because: services.pinpoint-mysql.restart contains an invalid type, it should be a...

in the below image, you can see the created timestamp is after the execution of the first state, and the started ![image](https://github.com/NitorCreations/nflow/assets/15829080/c1bddec0-412f-4e32-8d69-42362555257b) ![image](https://github.com/NitorCreations/nflow/assets/15829080/b775e22e-7236-4c10-a477-3ba402a25fd9) the workflow diagram ![image](https://github.com/NitorCreations/nflow/assets/15829080/f55096a3-92dd-4d54-94a6-450830ef9e7d)

Hi, please update the doc at https://github.com/NitorCreations/nflow/wiki/Spring-Boot-guide the reference config.js file under #7 is in the old format and results in the below error ![nflow_error_1](https://github.com/NitorCreations/nflow/assets/15829080/2f0a2e38-3374-41ee-ad6e-6ce5be284f9e) var Config = function ()...

Hi, i would like if possible to have the state variables in explorer displayed in order, any thoughts and opinions ? i could look at doing a PR. ![image](https://github.com/NitorCreations/nflow/assets/15829080/7ce712f5-42e5-4374-8c2e-e3a992e4745c) so...

…/nflow/issues/638 ref the above issue, small change to display the state variables in order of the key, below examples after making the code change ![image](https://github.com/NitorCreations/nflow/assets/15829080/edd2c5b9-a52b-4fad-bdc4-1486034a290a) ![image](https://github.com/NitorCreations/nflow/assets/15829080/8f07ee88-5a52-4360-ad88-4192dceb3239)

Hi, issue with the java dependencies, error at AndroidCreateSessionTest.testCreateSession(AndroidCreateSessionTest.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135) at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:673) at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:220) at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50) at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:945) at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:193)...

help wanted