Marchukov Ivan

Results 9 issues of Marchukov Ivan

console log spaming after gamepad used ![image](https://user-images.githubusercontent.com/12889180/97989423-9179cd00-1def-11eb-89c4-2bd005b5407f.png)

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:...

bug

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...

![photo_2021-10-19_15-35-10](https://user-images.githubusercontent.com/12889180/137910312-dfc70597-7eb2-44e2-ac72-4336ce1016fa.jpg) ``` 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: ![изображение](https://user-images.githubusercontent.com/12889180/175971955-e8998018-ed36-4f6a-9d13-0ce255273b5b.png) 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: ![изображение](https://user-images.githubusercontent.com/12889180/179775470-9ffb9806-6c9d-4d38-86be-eea237b10bd2.png) Same model in Open IFC Viewer: ![изображение](https://user-images.githubusercontent.com/12889180/179775549-11295653-2b7f-4906-8d6d-960872fb78b0.png) Xbim Xplorer: ![изображение](https://user-images.githubusercontent.com/12889180/179775609-c9be4a1e-6e69-45be-8491-2126d3f841de.png)

bug

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...