Chung Shing Hin
Chung Shing Hin
Local OpenJDK needs to be implemented first. #101 Meanwhile, you can code telegram bots using Python or Node.js.
Local OpenJDK added in https://github.com/thebaselab/codeapp/commit/39155744844ad472f0b79c714230a8691a7832bb.
Hello. For multi-file program, you'll need to compile each file individually and link them together. In your case, you'll need to use the following commands. ``` clang++ main.cpp -c clang++...
Great! I'm glad it worked. I will try to fix this problem in the next release.
> Hi, it seems I have the same issue coding in C. > > I would guess the commands are different than the one used for C++. > > Can...
@weykon I will work on it this today.
https://github.com/thebaselab/codeapp/commit/60eb17d1a17421fa865f8e90b7083da83e3acc8f adds support for vim mode without ex commands and search. I will continue to work on it to support these features.
Thank you for reporting this. I will introduce a feature to select the syntax highlighting language.
Can you share us the content of package.json?
Hello @Weemizo. The error message shows Node tried to spawn a sub-process. This is prohibited on iOS and therefore unsupported in Code App. Please see https://github.com/thebaselab/react-starter for a React sample...