Francisco Hanna

Results 19 comments of Francisco Hanna

A little bit late, but just in case. We're handling it with: ``` object _lock = new object(); try { lock (_lock) { _service.Send(notificacion); } } catch (Exception ex) {...

@adidahiya Hello! I'm facing this issue. Any workaround that you could think of?

FWIW `autoFocus` works just fine when also setting `alwaysRenderInput`, but this last feature has a bug trying to compute the width before the first focus (#4423)

I see that the comparison for the following works fine: ![image](https://user-images.githubusercontent.com/12707758/96035225-1ac56180-0e39-11eb-8a16-faead644bf10.png) ![image](https://user-images.githubusercontent.com/12707758/96035236-1ef17f00-0e39-11eb-9211-f27b4bf15181.png)

Hi @partridgejiang , thanks for your answer. Indeed, the latest version of Kekule works fine. Sadly, we have a heavily modified version of it, for which its maintainers no longer...

`date-fns` handles locales as modules to be imported when needed. Should we dynamically import the locale module resolving it's path by the `locale` prop as a string or should we...

Ok! I have not use date-fns that much, but I will go for the dynamic import solution and open a PR.

@havenchyk Here it is #137

@vbthrillworks I've resolved some merge conflicts that were pending, but I'm not a maintainer of this repo so @havenchyk has the last word on when this is going to be...