Fábio Gomes

Results 19 comments of Fábio Gomes

I've found a solution to my case, setting the `keyStrokCompensation` to `0` solved the problem: ```js $.jMaskGlobals.keyStrokeCompensation = 0 ``` In the commit it was introduced is not clear why...

There's also an unmerged PR from last year, so I'm not the only one that needs this: https://github.com/ankane/searchkick/pull/1600 @ankane do we need anything to get that PR merged? I can...

@soareseneves I think you've confused the behavior of the Async method. Only the request is made async, your code will block and wait for the request to finish, example: ```Delphi...

@devzonetrack I guess this library is not compatible with Android, as it uses windows specific libraries as winhttp and wininet for connectivity. Even if you are able to compile it...

@RobertoSchneiders The only problem with name change is that it will break existing PRs, but just leave this one to be merged last and we are ok. But wouldn't it...

@reckface but does anyone use the packages? There isn't a package for XE7 for example and anyone complained about it, I don't like the whole package idea and nobody is...

@cgarrotti sim. Funciona normalmente. Se não me engano não dá para instalar os componentes pois agora o Delphi tem um componente com o mesmo nome. Mas se usar via código...

@jfrazelle this is something I'd like to implement in go-bot, I was thinking about something more generic so every plugin can have it easy, something like: - You specify one...

Happening in 1.33.1, I changed it to 1.32.1 and that one works.