Taine Zhao

Results 341 comments of Taine Zhao

Thank you for pointing out this, and I totally agree with you. My bandwidth will be limited for quite a few weeks, so I wonder if you could help and...

Hi, I must say your concerns are very reasonable, and make sense. Just wonder if you can make the runtime checking optional, because this is a rare behaviour and IMO...

Hi, Idris-dev they implemented backend polymorphic standard libraries: `putStr` and `getLine` is for C backend, but `putStr'` and `getLine'` are backend polymorphic. ```idris module Main import QB.FFI main : IO...

You can also make C backend functions work, by removing `import QB.FFI`. ``` module Main main : IO () main = do line

Thanks, I will check this and fix it sooner.

When using docker-compose to start open search, you might get blocked silently if your OPENSEARCH_INITIAL_ADMIN_PASSWORD is not valid: ``` opensearch-node1 | Password failed validation: "Password does not match validation regex"....

Some tools provided by cognee-mcp asks for the direct access to the repo path, which is usually not available for a dockerized cognee instance.

@vsiles Thank you! I searched everywhere for a thousand years and you saved my life!

Thanks. This is quite useful!