ACTCD
ACTCD
@maltoze Thank you for your comment. I need to learn more to accurately assess this issue, which may take some time.
@kryptoniancode I don't understand what you are talking about. Are you having problems using original `WebSockets_API` directly? `xhr` is not the correct API for `ws`, as well as `fetch`, why...
@kryptoniancode As far as I know, currently `WebSocket` is not subject to `CORS` policy. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#what_requests_use_cors If you do find this has changed, please cite your sources. According to the error...
Interestingly I've also recently been investigating asynchronous processing of native messages. I was wondering if you have tested your branch? Because I found it doesn't compile in Xcode. The reason...
> Yes, right now this is basic support, this will absolutely block loading the script list until the files are completely downloaded. It behaves the same as over any potentially...
> In fact, those are probably orders of magnitude worse since getAllFiles gets called a lot and at least I'm pretty sure nfs will read the file from the server...
That's an unfair idea, please calm down and think about it carefully. I was excited to see your solution and even spent several more hours investigating the async issue. But...
I basically agree with you. And I have no experience with Rust, so I assume you are more expert than me in some aspects. It should be noted that we...
> Because using CloudKit apis we can control the iCloud sync process and avoid eviction of required documents. It seems that things are different from what I imagined. There doesn't...
I don't know if this could be a possible simple fix with no noticeable side effects, just check via [`isUbiquitousItem(at:)`](https://developer.apple.com/documentation/foundation/filemanager/1410218-isubiquitousitem) if it's in the iCloud path and call [`startDownloadingUbiquitousItem`](https://developer.apple.com/documentation/foundation/filemanager/1410377-startdownloadingubiquitousitem) every...