James

Results 51 comments of James

iam using grpc-tools 1.9.0, ok i will try to raise ticket there. protocolbuffers/protobuf-javascript#31

hi, i saw that liveClient.Client.Connect() will not return anything, is it because there is a auto reconnect on failure? but i think it should return error if the client is...

hi @srfrog , maybe something like ``` uid_in(field, ["0x878110", "0x06"]) ``` or in go ``` values = []string{"0x878110", "0x06"} uid_in(field, $values) ```

are you looking for many-to-many? this associate involve third table has_many only support for belongs to between child and parent without third table child.fk_key = parent.id

@jtorvald, if you mean support for primary_key option, yes this will be interesting option to support, currently there arent option for this yet. But there is no option to support...

I will look into making primary_key option

sorry i lost my debug msg cox ive to reconnect my outside wifi

hi, after digging into the built script, realise its because my component was not imported. i think there should be a check on the component that is build to ensure...