nexryai

Results 63 comments of nexryai

> あとsysteminformationにはパフォーマンス的な問題があるみたいなのを聞いたことがあるため execSync使ってるらしい

For my Cloudflare Workers project, this happens when I set the `precompile` option to true. ``` ✘ [ERROR] Failed to create exactMirror. Please report the following code to https://github.com/elysiajs/elysia/issues ✘...

I overlooked that config! Thank you for your kind reply.

localStorage保管の解消はアカウント切り替え機能の関係から難しいから最初の3つだけでも何とかしたい

APIに互換性がないのにMiAuthやら連携機能を残してるのはほぼ意味がないのでこの際消すか

そもそもAWS SDK自体互換サービスとの互換性を破壊しまくってて微妙らしいのでやめたい https://xuanwo.io/links/2025/02/aws_s3_sdk_breaks_its_compatible_services/ https://github.com/aws/aws-sdk-js-v3/issues/6810

OpenDALが移行先として良さそう: https://github.com/apache/opendal

かなり面倒そうなので、とりあえずv3に上げる方針で

とりあえずv3に上げるだけならこの辺調整すればよさそう https://github.com/nexryai/concorde/blob/03407796071bee410ff9488940bf464b9845aff6/packages/backend/src/services/drive/s3.ts https://github.com/nexryai/concorde/blob/03407796071bee410ff9488940bf464b9845aff6/packages/backend/src/services/drive/add-file.ts

Awesome! As long as I test with a basic Docker image such as `node:24`, it seems to work fine. I was able to attach to the container I created with...