msosa
msosa
Another thing I just noticed is if you select a date from the popup X amount of times where X \* (your offset) = more than 24 hours, on that...
This did not seem to fix any of the two issues, am I doing something wrong? Here is new plunk with updated UIB code. http://plnkr.co/edit/i2yg2cwHg7GC28Z7FhcC?p=preview The date on the popup...
@sjohnr I came up with this approach inside `ClientRegistration.Builder`, let me know if the implementation is ok or if you have any suggestions. ```java private final Log logger = LogFactory.getLog(getClass());...
@maxokorokov do you want me to attempt in making this adapters? For the first one we take the one in the demo as you said, for the 2nd would you...
sounds good, i'll start off with those first 2 then
@marcingrzejszczak I am trying to use `observationRegistry.asContextElement()` but it seems to be losing my logging.. a small snippet of how I am using it ```kotlin logger.info("has context") CoroutineScope(Dispatchers.Default).launch(errorHandler) { withContext(observationRegistry.asContextElement())...
I was able to get `@NotficationMessage` to work locally by adding the missing classes to my project and adding it to the registrar. @tomazfernandes i don't mind opening up a...
Makes sense, I have moved all the code into SQS and created a new annotation called `SnsNotificationMessage`(open to alternative names).
HI @gustavomonarin, Yes I do plan on working on this MR, was just waiting for review(I just realized I may not have requested said review) But yeah am open to...
@tomazfernandes Awesome, appreciate all the feedback! I gave the documentation a try, let me know what you think.