traw

Results 6 issues of traw

Does it support webrtc? If no is there any plan to do so?

code folding on `{}` brackets similar to any other modern ide like codeblocks or eclipse

enhancement
wontfix

code snippets for auto-completion, for example, when we type `for` then it should create for loop like given below. ``` for(int i = 0; i < $Var; i++) { }...

enhancement

New feature which can allow to create header file and cpp file. This feature is already available in Eclipse and Codeblocks as far as I know. Feature Behavior: 1. File...

enhancement
wontfix

Normally I compile using following commands ``` wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz -O - | tar xzf - cd live && ./genMakefiles linux-gdb make -C live CPLUSPLUS_COMPILER="$(CXX) -fno-rtti $(CFLAGS_EXTRA)" C_COMPILER=$(CC) LINK='$(CXX) -o' PREFIX=$(SYSROOT)$(PREFIX)...

Docker image doesn't work and fails with the following error. Command to create Docker image: ``` ❯ pwd /Users/user/MSTG-Hacking-Playground/Serverside/rails-api-original ❯ docker build -t mstg-hacking-playground-rail-api . ``` Command to run docker...