Samuel Manzanera
Samuel Manzanera
Ok. Thank you very much @scohen Just a dummy question, why Thrift implementations do code generations ?
Thank you very much for this deep explanation. I was just wondering if IDL definition could be used just as reference to decode data from a server and relay to...
Thank you for your reply. Indeed, the hot code reload need to be taken with precaution. In the app I am building, it's involve a lot of decentralization and also...
@scohen for you, what will be the steps to make structs and messages backwards compatible in Thrift ?
Hello. Is this issue still opened? I also got an unexpected behavior: ```elixir iex> Nx.tensor(996372700.0) #Nx.Tensor< f32 996372672.0 > ```
Ok thank you. I will try definitely.
> Hello @samuelmanzanera. Sorry for the late response. Could you please try to use [scope input](https://github.com/actions/setup-node/blob/main/action.yml#L19-L20). Thanks for the reply and sorry for the delay. I did try this strategy...
> > Hello @samuelmanzanera. Sorry for the late response. Could you please try to use [scope input](https://github.com/actions/setup-node/blob/main/action.yml#L19-L20). > > Thanks for the reply and sorry for the delay. > >...
there is also a more recent approach used in many database which is WAL, to provide atomicity
Do you think we should add a `code_change` to adapt the state, or prefer restarting the process ?