Yannick Decat

Results 81 comments of Yannick Decat

@austintoddj Absolutely! Feel free to reach out if you have any questions or if there's anything else you need regarding this pull request. Take care.

@xmontero In my situation, when I need to back up a project daily, the code I provided above functions well, and I haven't encountered any issues with the '4-hour problem.'...

@xmontero Okay, let's wait for a response from Spatie then!

@sfinktah Have you tried this over a longer period? Long-lived access tokens are no longer generated, so your tokens will eventually expire. The method suggested above is a way to...

I attempted another approach on my end by trying to run `php-wasm/node` with `curl`. It does appear in my modules list when I run it. I created a file named...

I don't know why it produces an error here but : ``` cd packages/php-wasm/compile rm -rf libcurl/dist make libcurl ``` returns : ``` #14 17.84 CC ../lib/curl-nonblock.o #14 17.91 CC...

@adamziel Ok thank you. Could it be possible that `curl` has no `ssl` and `libz` even if this portion of code added them [ or at least `openssl` ] :...

I investigated a lot today. I couldn't find the answer yet but I came across a lot of informations. I first had to copy paste files into process to allow...

@adamziel Here are the answers : 1. `sockfd` equals `18` 2. `console.log('Called constructor()!')` is never triggered 3. `___syscall_connect` is called 2 times in `php_8_0.js` 4. The execution stops in the...

@adamziel I am on it. The method `sock.sock_ops.connect(sock, info.addr, info.port);` throws the error 26 : ``` connect(sock, addr, port) { if (sock.server) { throw new FS.ErrnoError(138); } if (typeof sock.daddr...