codapi icon indicating copy to clipboard operation
codapi copied to clipboard

Interactive code examples for documentation, education and fun

Results 2 codapi issues
Sort by recently updated
recently updated
newest added

I'm using codapi as a compiled language backend. It should compile the source first then run the binary. During these actions, I want to get the warning compiler print and...

reproduction: 1. open https://codapi.org/embed/?sandbox=cpp&src=/assets/code/hello.cpp (or use any editor on web page). 2. Start editing, i.e. just adding empty lines in the middle - editing stops working at some point. PS:...