Artem Ivanov

Results 21 comments of Artem Ivanov

HI, i use **only** one component `contextmenu` and 3 menu items with icons ![Снимок экрана 2020-02-05 в 13 25 18](https://user-images.githubusercontent.com/11176223/73834433-bf0ff680-481c-11ea-8773-7b20e88da5e7.png) I will also use menu items with icons in Material-UI,...

Hey. it would be nice to have elegant syntax without two classes. Now in the first grade we most often do static mapping, which could simply be avoided.

Ok, i comment operation in three files: 1. `download-webrtc.sh` 2. `configure-webrtc.sh` 3. `build-webrtc.sh` create files and folder next path `/build/external/libwebrtc/build/Release` ``` drwx------ 5 u0_a214 u0_a214 4096 Nov 14 15:13 obj...

Ok, I have not yet figured out this problem ``` [ 15%] Building CXX object CMakeFiles/wrtc.dir/src/binding.cc.o /data/data/com.termux/files/home/node-webrtc/node_modules/node-addon-api/../node-addon-api/napi.h:5:10: error: 'functional' file not found [clang-diagnostic-error] #include ``` but decided to check, just...

I try manually on termux `clang binding.cc` and don't see an error `napi.h:5:10: error: 'functional' file not found`. Maybe the cmake script is wrong flags leading to an error

i found build.make file command compile `binding.cc` `$(CMAKE_COMMAND) -E __run_co_compile --tidy="/data/data/com.termux/files/usr/bin/clang-tidy;--extra-arg-before=--driver-mode=g++" --source=/data/data/com.termux/files/h ome/node-webrtc/src/binding.cc -- /data/data/com.termux/files/cctools-toolchain/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/wrtc.dir/src/binding.cc.o -c / data/data/com.termux/files/home/node-webrtc/src/binding.cc` try print args string $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS)...

flag `-nostdinc++ ` disabled default function **std**, since I didn't have link files `.h` - `libc++` `libc++abi` because of this i got an error `napi.h:5:10: error: 'functional' file not found`...

@markandrus Hi, we also drew on the memory leak. We decided to test the behavior with a call to `global.gc` and the problem was solved. Testing time is two days,...

Hi, problem is not solved 3.9.1. I updating data and drag viewpoint ```js chart.mjs:8866 Uncaught TypeError: Cannot read properties of undefined (reading 'hitRadius') at PointElement.inRange (chart.mjs:8866:1) at evaluationFunc (chart.mjs:5509:1) at...