xezrunner

Results 18 comments of xezrunner

> I found #10953 to be similar to this issue, because the video shows a "HU" layout. Changing my keyboard layout to `US` or `ABC` doesn't solve the issue with...

> Regarding this case, I tried assigning the command to open the last project to ctrl-h, and it works perfectly. However, when I assigned "search::ToggleReplace" to ctrl-h, it started acting...

Neither `workspace::ToggleBottomDock`, nor `terminal_panel::ToggleFocus` currently match the VS Code behavior that I'm used to. In VS Code, pressing the key always first focuses the terminal if it's open, and only...

> Call Common::GetLastErrorMsg to get a more detailed description of the error from the OS Thanks, that did point me in the right direction! It is weird how it works...

I am not familiar with virtual memory management, but I read from [Win32 docs](https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-createfilemapping2#:~:text=In%20this%20scenario%2C%20CreateFileMapping%20creates%20a%20file%20mapping%20object%20of%20a%20specified%20size%20that%20is%20backed%20by%20the%20system%20paging%20file%20instead%20of%20by%20a%20file%20in%20the%20file%20system.): > If hFile is INVALID_HANDLE_VALUE, the calling process must also specify a size for the file...

> This is not supposed to be a file per sense, its a file mapping so we can map portions of it to the reserved virtual address space. Having it...

> Can I have an update on this issue ?Is it still revelant ? This appears to have been resolved by making the assert for the allocation also throw an...

> Good idea, maybe you can put a PR with this and you will see if it's accepted Sometimes a good log can be enough for user to understand what...

> `address_space.cpp` includes implementations for both Win32 and Linux/macOS I had a look again. I see it now, my bad. What confused me was that `backing_handle` is (seemingly) only assigned...

This is likely related to iOS 18, as the same issue is encountered when viewing a file that has no media preview in the iOS Files app. To easily reproduce...