mccoysc

Results 66 comments of mccoysc

> > another another bug: fs.existsSync always get returned value "false". this function is used to be sure "the file/path exists?" > > Here's what I got with commit [01e0151](https://github.com/gramineproject/gramine/commit/01e01513e08b0d8ec70f074dda6de8f539e4611f)....

@esindger the orginal function names like td_create,td_receive should be changed into td_json_client_create,td_json_client_receive and so on. also,the function prototypes are all changed and sould be modify for airgram,the native tdlib library...

> Sorry, I do not understand what is the problem. > > In the last release Airgram switched to the [new TDLib Json interface](https://github.com/tdlib/td/blob/966621376b87fda5b9eb29dd2f4da7732bf1c654/td/telegram/td_json_client.h#L97-L158). Names td_create and td_receive are correct....

> https://github.com/tdlib/td master is 1.6.9 the code need so much dependcies to compile. and all pre-build binaries i can find are 1.6.0.

I suggest that y-ipfs-connector should remove the dpendcy of ipfs-pubsub-room. and then,require the user supply some callback functins in init options like 'onSubscribe' for subscribe a topic and 'onMessage' for...

i just use tf for code which was done to avoid re-write code for tfjs ------------------ Original ------------------ From: Joe Marshall ***@***.***> Date: Wed,Sep 21,2022 6:35 PM To: pyodide/pyodide ***@***.***>...

> This is very much non trivial - if you just want to do model inference, tensorflow.js has a wasm tflite module which you can call. I do it via...

![image](https://user-images.githubusercontent.com/18025276/190842732-fbfbcdc3-c9ff-48d4-952c-aeca09172758.png)

this truncat implemention would cause new problems(truncate just set file size,and keep file node as the old,instead of a new file)……

maybe it can return the last execute result as the final result. some time,the sql is from other people and i can't get only 'one' sql.