Marchukov Ivan
Marchukov Ivan
console log spaming after gamepad used 
Session `close` calling not released resources and tf threads are not stopped. Example project demonstrated threads count increase: https://github.com/deadman2000/TFNetMemoryLeak It's not TF bug, i tested on similar project on C:...
Hi, DJI! We are trying to implement an automatic drone landing. But at the moment we have a great chance to crash the drone. Because during OSDK control, the drone...
 ``` dji@manifold2:~$ rosservice call /dji_osdk_ros/download_main_camera_filelist "cameraIndex: 0" success: False filePackage: type: fileType: 0 media: [] ``` ``` [ INFO] [1634646580.598086406]: Play back mode setting...... [ INFO] [1634646580.619700522]: Get liveview...
Open IFC Viewer:  model: [IFCSURFACEOFREVOLUTION.zip](https://github.com/tomvandig/web-ifc/files/8993109/IFCSURFACEOFREVOLUTION.zip)
Model: [stack_overflow.zip](https://github.com/tomvandig/web-ifc/files/9141939/stack_overflow.zip) Exception:  Same model in Open IFC Viewer:  Xbim Xplorer: 
I trying change password by this: ```c# _client.ResetUserPasswordAsync(_conf.Realm, userId, new Credentials { Value = password, Type = "password", Temporary = false, }); ``` Request body is: ```json {"algorithm":null,"config":null,"counter":null,"createdDate":null,"device":null,"digits":null,"hashIterations":null,"hashSaltedValue":null,"period":null,"salt":null,"temporary":false,"type":"password","value":"123456"} ``` Throwing...
We need to delete camera files over OSDK. Please implement delete camera file function
Windows 7 Ruby 2.3, 2.4 ``` TypeError: Object doesn't support this property or method ``` This exception throws, if in the folder `app\assets\javascripts\` is empty file `index.coffee` I did not...