Clement-TS
Clement-TS
When you just want to up an interface, you don't need to give any networ/broadcast/mask. Usually in your console you just do `ifconfig wlan0 up` That's what I'm suggesting here
Hi, thank you first for your work :) I've just spotted an error in the *obfusion* code, when I run make: ``` $ make [ 6%] Building CXX object CMakeFiles/obfusion-static.dir/src/codeinstr.cpp.o...
Hi, from what I understood, this project provides a library, not a standalone executable. Is it planned to release such a program? Or is this just a lack of *"usage"*...
Hi there! thank you for this project, it is exactly what I was looking for. However I have an issue at my first try: ``` ~/project/node_modules/input-event/lib/keyboard.js:18 if(InputEvent.EVENT_TYPES.EV_KEY == ev.type){ ^...
While starting the install script, is get a typeError cannot use property getId of null, line 81: ``` var doc_id = DocumentApp.getActiveDocument().getId(); ```