Michal Hantl

Results 44 comments of Michal Hantl

@flynfish in the onChange callback. Upon changing it, the select2 in my example is re-rendered which I is likely the reason.

Is there a fiddle with the wrapper linked I could fork? I don't know how to get it inside the fiddle quickly.

The timeout workaround somehow stopped working for me. In the select2 issue there seem to be some other workaround, but the issue persists. https://github.com/select2/select2/issues/3992

Looks like from now on you have to spell out the whole version, so `9.5.x` instead `9.5`

Dang I'd hate to see this thing vanish. Still works for me though.

If I make the neural net really big, it gets to a higher utilisation (~30%) ``` Model: "sequential" _________________________________________________________________ Layer (type) Output Shape Param # ================================================================= Dense_1 (Dense) (None, 1024)...

+1 I need this for phone number validation, which will happen server side since the validators need to agree and I don't want to require a huge JS lib that...

I just spent two hours trying to figure out why was my field ignored. ``` ``` I've put class="required" in it, why no validation? Then I thought okay, maybe they...

I usually just have to revert a single line with a `TODO` or something like that. I find myself reverting a single line more often than using the single line...

Can this be resolved please?