robbert-ef

Results 3 comments of robbert-ef

correct! issue only occurs when libfaketime is loaded in the parent process using LD_PRELOAD. explicitly unsetting FAKETIME_SHARED resolves the issue for the example: ``` LD_PRELOAD=libfaketime.so FAKETIME=+60d bash -c 'unset FAKETIME_SHARED;...

Same problem here, even when I instruct Claude to use Windows-1252 encoding trough `CLAUDE.md`

I've managed to fix this by modifiyng `%APPDATA%\npm\node_modules\@anthropic-ai\claude-code\cli.js` and changing the default encoding to `latin1`. There is a function which determines the file encoding by inspecting the BOM and falls...