Alexey Gulev

Results 444 comments of Alexey Gulev

I reverted two which was simple to revert, let's see if you still have issues with these: 1. https://d.defold.com/archive/dev/4d72f2fa4122fa9af1683b015dd59768bf835fd1/dev/editor2/Defold-x86_64-win32.zip 3. https://d.defold.com/archive/dev/0f1d990d749903102cde8af05c158aba5f9b70c9/dev/editor2/Defold-x86_64-win32.zip

> Unfortunately no,it's good. That means we have only two candidates: 2. Use content scale on glfw3 (https://github.com/defold/defold/pull/9870) 4. OpenGL context lost/restore handling (pt1) (https://github.com/defold/defold/pull/9630) I'll try to prepare builds...

@OneRedEyeDev We’re at Gamescom right now, so it’s not that easy to find time to prepare builds for tests — but I remember about it, and it’s at the top...

Are you sure server provides such info? I'm looking at poki, and it seems like they don't provide it (it it possible to provide compressed file size as total, but...

![Image](https://github.com/user-attachments/assets/4451376a-b7a5-4097-be0e-cb070b0c6044) ![Image](https://github.com/user-attachments/assets/c72c03e8-ba21-4daa-a4b3-e34541aea7cd) Key points: • **content-encoding: br** → The response is Brotli-compressed. This is the root cause of lengthComputable: false. • **content-length: 1297257** → This is the size of the...

If server will provide a custom response header like suggested by the stack overflow link e.g. `x-decompressed-content-length` or `X-Uncompressed-Length` or ` X-Uncompressed-Content-Length` - we can modify code to look at...

Here is how it looks for the example project: `lengthComputable == false` and `tatal == 0` ![Image](https://github.com/user-attachments/assets/1a2780c5-d1b7-4cc0-a57a-236cffea3e77) all headers: ![Image](https://github.com/user-attachments/assets/4534278e-bdc8-49ad-a99a-356c7d3af1ed) print from defold: ![Image](https://github.com/user-attachments/assets/f99a350e-9ba7-41e2-a75d-c4c450c08b51)

> disable window decoration somehow. there is `GLFW_DECORATED` hint: https://www.glfw.org/docs/3.3/window_guide.html#GLFW_DECORATED_attrib

Moved from https://github.com/defold/defold/issues/8265: >**Is your feature request related to a problem? Please describe (REQUIRED):** >Defold editor workspace should be saved to file by a menu option . > >Default layout...

related https://github.com/defold/defold/issues/5201