Washington Botelho

Results 100 comments of Washington Botelho

Hi @HiIcy , Could you please write in english. I tried to translate, but I did not understood, sorry.

Hi @NelsonScott , Could you add some teste for it?

Hi, Use the master code with this fix. I need to generate a new tag. Sorry.

Hi, Can you detail your problem with code, live code or error output?

Hi @muri9du , What do you think if we set a classe on the wrapper to indicate the stars is readonly? With that, we can use just CSS over JS...

@alexisbernard I'm using ElastiCache on version `5.0.6`

Hi @fluffyx looks like your database field has a precision less (17/14) than the necessary (numeric field overflow). You should use a precision like the migration: ``` t.decimal :value, default:...

Hi @jeferbc , `varying(10)` is too short to keep the precision needed. @fluffyx I believe your problem is the same, just increase the precision. I use Postgres too and it...

Hi, @fongfan999 . Do you have the number for us try to emulate the error? I'm trying to imagine the problem and maybe it could be the SQL returning a...

@fongfan999 I checked the code and maybe I found a possible bug, but not using the number you provided. Your number will be fit like this: The value: 4.9469469469469469 Total...