Petar Tahchiev

Results 26 comments of Petar Tahchiev

Just to let you know - i'm using `0.2.7` from maven repo and I still see the same warning: ``` WARNING: The web application [storefront] appears to have started a...

@domesticmouse I also see one more about `Rate Limited Dispatcher`: ``` WARNING: The web application [storefront] appears to have started a thread named [Rate Limited Dispatcher] but has failed to...

Here's my whole stacktrace: ``` WARNING: The web application [storefront] appears to have started a thread named [RateLimitExecutorDelayThread] but has failed to stop it. This is very likely to create...

So seems like so far there's no way to get the symbol of a `CurrencyUnit`, correct?

Hi @SeeSharpSoft thank you for your feedback. My usecase is the following: I have CSV files which follow this syntax: - there are multiple blocks with data in one csv...

Hi @SeeSharpSoft I get your point but i don't think it will work in my case. Right now I have about 100 csv files. If I split each block into...

From the spring-boot gitter channel it looks like they are adding support for Lettuce alongside jedis from 1.5 onwards. https://github.com/pivotalsoftware/pivotal-cla/issues/124 Do you think you can provide Lettuce support too?

Yep +1. I will probably move to redisson.

Problem is if I change the select value programmtically the UI doesn't update it and shows the old value: ``` document.getElementById("slotId").value = val; ```