Enkh-Amar Gantulga
Enkh-Amar Gantulga
Request: ```dart http.Response response = await http.post( Uri.parse(url), headers: { 'Content-Type': 'application/json' }, body: requestDto.toRawJson(), encoding: Encoding.getByName("utf-8") ); /// Json encoded request length requestDto.toRawJson().length; // ==> 608 ``` And then...
```c++ ofGLWindowSettings settings; settings.setGLVersion(4, 1); settings.setSize(1920, 1080); // Monitor has 1920x1080 display, settings.windowMode = OF_FULLSCREEN; auto window = ofCreateWindow(settings); ofRunApp(window, make_shared()); ofRunMainLoop(); ``` Application creates the gap between bottom of...