Amin Ya
Amin Ya
Adding `-municode` to the link options changes the error: `undefined reference to 'wWinMain'` https://github.com/aminya/project_options/runs/6819912259?check_suite_focus=true#step:5:458 ``` cmd.exe /C "cd . && C:\Users\runneradmin\gcc\mingw64\bin\g++.exe -O3 -DNDEBUG -municode CMakeFiles/main.dir/Release/src/main/main.cpp.obj -o Release\main.exe -Wl,--out-implib,Release\libmain.dll.a -Wl,--major-image-version,0,--minor-image-version,0 vcpkg_installed/x64-mingw-static/lib/libfmt.a...
Mingw doesn't use `wmain` as `wWinMain`. It might be because the function prototype looks different than what Catch2 is using. https://sourceforge.net/p/mingw-w64/wiki2/Unicode%20apps/#unicode-applications Current MinGW status: - Doesn't compile without Unicode because...
@horenmar any update on my comments and pull request?
I agree with this. It makes the console output more readable.
I want to use this package as a fallback for Electron's `shell.moveItemToTrash`, but it seems Trash removes the files permanently if it fails to trash them. The electron function is...
Many GitHub repositories already have tags, it would be nice to suggest those in the suggestion list. 
For me, a `Select all checkmark` will go a long way. Possibly adding an `Edit Tag` button to edit the tag for all the selected entries would be useful. 
Yes. I am able to install Conan using Chocolatey.
Only Conan. I also got a dialogue error saying something like: the path does not exist.
This still happens to me. I even set sourceMap to inline by default in babel-preset-atomic: https://github.com/atom-ide-community/babel-preset-atomic/ If the code is given to a bundler like Rollup, it will write them...