Results 6 comments of Jacob Wagner

I tried evaluating this c code example from some graalvm webpage: ``` #include int main() { printf("Hello from GraalVM!\n"); return 0; } ``` If I remember correctly any input into...

I tried evaluating the same code as above in a file 'hello.c' and got the following error: Polyglot eval: 'llvm' file: '/home/jacob/hello.c' Error: com.oracle.truffle.llvm.runtime.except.LLVMParserException: The file '/home/jacob/hello.c' is not a...

I have the exact same issue. I cannot use codex! Is there any fix for this?

Your issue shows a fundamental flaw in the design of this project which is that it sends thousands of api calls per minute , many of which are only 1...

Wait nevermind, I think what I did wrong is I accidentally implemented the local messages like 'mining stone' and 'step forward' into api calls when i tried adapting this to...

Well , this is embarassing, and I have to contradict myself again :) I had claude code look into it further, and I was just assuming that these were local...