Adam G. Emerson

Results 9 comments of Adam G. Emerson

I don't seem to be able to reproduce this issue on my device. Is it possible that it has been resolved by the changes in #523?

I'd like to take a stab at this if no one else is already working on it.

As @cyantree stated, the most likely issue is that these props are meant for uncontrolled input and `useForm` is controlled. I also noticed playing with the example sandbox that the...

On second look, this might just be an issue with the JS documentation. I suppose the correct way to query for a string `"null"` would be using `.eq()` not `.is_()`....

I've generated an issue over on the official supabase repo regarding this. If I get the okay from the team I'll go ahead and try to update the docs.

Hey @realitydesigners, did you ever come to a solution? What version of node are you running?

Any ideas where to start on this one? I'd like to see this working and am happy to help where I can.

Hey @zhezhaozz, unfortunately I don't have the modified code anymore. I believe that in `/Makefile` I modified the `CLFAGS` line, removing the `-msse2` flag. ```c++ CFLAGS = -std=c++11 -Wall -O3...