Rego Sen
Rego Sen
I'd like to use proxyErrorHandler to log errors for me, but currently it only provides the error, response, and next. I see that req is available in the function `handleProxy`,...
In index.tsx calculateTree() you parseInt the contents of `files_tab_counter`, but GitHub formats it with a comma (e.g. 1024 -> "1,024"), so parseInt returns the value before the first comma. As...
I see you have this in getClass: `["unreal-icon",[null,null],/\.uc$/i,,false,,/\.uc$/i,/^UnrealScript$/i],` Which covers old Unreal3-era file extensions (.uc), but not the ones for Unreal Engine 4, such as the following: - .uasset -...
I'm trying to use save-file to open a dialog with a suggested filename in the "Save As" field. I'm testing with Chrome on both macOS and Ubuntu. I started with...