Gennadiy X

Results 29 comments of Gennadiy X

@andry81 Cannot reproduce it on Windows 10 with Notepad++ (32-bit). The app doesn't crash. ![Screenshot 2020-12-19 221326](https://user-images.githubusercontent.com/9664141/102698995-2aeb2a00-424a-11eb-95ea-c044c53494c1.png) ![Screenshot 2020-12-19 223132](https://user-images.githubusercontent.com/9664141/102699002-30e10b00-424a-11eb-8237-234c389a5caf.png) ``` Notepad++ v7.9.1 (32-bit) Build time : Dec 19 2020...

@andry81 I have also tried it on Windows 7 VM. Still, no crash. ![image](https://user-images.githubusercontent.com/9664141/102699246-f8dac780-424b-11eb-88c4-ab8ccd0148fd.png) ![image](https://user-images.githubusercontent.com/9664141/102699262-20ca2b00-424c-11eb-8c4b-834815e8c56b.png) Also, note that either Notepad++ file open dialog or CMD itself doesn't allow to go...

Terminal didn't allow me to use a long path.

> But manual input into Windows 7 terminal command line - longer than 8192, may be something around 32767 characters. I've tried both pasting and navigating directories via tab. Also,...

@ozone10 Do you have an idea about the cause of this problem? There was some discussion on the forum related to this if that helps: https://community.notepad-plus-plus.org/topic/21664/menus-are-unreadable-in-dark-mode-for-me

Maybe, put it into Shortcut mapper? Or ignore all the shortcuts including the mouse shortcuts if it has an empty value in the Shortcut mapper.

> Is there some example of compiling including OPFS? @nachoab I think the best example would be tests, for instance https://github.com/emscripten-core/emscripten/blob/main/test/wasmfs/wasmfs_opfs.c

**Details:** When calling `wasmfs_create_directory()` it in turn calls `mountChild()` but not the `insertDirectory()`. https://github.com/emscripten-core/emscripten/blob/8647224628dfc10dec6e5c6f3621d625a5f16eda/system/lib/wasmfs/syscalls.cpp#L637 Which leads to a child entry being added to the `dcache`. https://github.com/emscripten-core/emscripten/blob/8647224628dfc10dec6e5c6f3621d625a5f16eda/system/lib/wasmfs/file.cpp#L49 Then this entry is...