Brian Takita
Brian Takita
I switched over to https://github.com/panates/postgresql-client for ESM & TS support. So far no problems.
It looks like the error is coming from the AWS S3 readStream library function. The stream times out due to the amount of time it takes to process with the...
I found https://stackoverflow.com/a/70625367/142571 to be helpful.
I ended up forking this library to provide ESM support. https://www.npmjs.com/package/@ctx-core/fast-deep-equal
Seems like this project is still active as there are recent commits. Any plans to get this release out? In particular, I'm hoping https://github.com/kahing/goofys/issues/522 will be fixed. Looks like there...
I'm getting the same issue using borg backup. See https://help.nextcloud.com/t/nextcloud-aio-backup-on-goofys-mount-extended-stat-xattrs-errno-5-i-o-error-fd-7/165499/7 Most notably getting an Errno 5. Full error coming from borg backup is: ``` nextcloud_aio_volumes/nextcloud_aio_nextcloud_data: extended stat (xattrs): [Errno 5]...
I'm creating an export of large xlsx (18Mb), have the memory issue of the stream not starting until all files are written to the archive & slow download speeds ~...
If `watch` is overloaded to accept a `WeakRef`, `unwatch` wouldn't be necessary in those cases. See https://github.com/tc39/proposal-signals/issues/156
@dead-claudia Are you saying that GC doesn't run on some environments? Do these environments have infinite RAM or it a short lived process? Sorry about my ignorance on this subject....
@dead-claudia I searched for a runtime that has the characteristics that you describe & could not find anything. Could you point me to which runtimes have a WeakRef act as...