ThenTech

Results 16 comments of ThenTech

Looking through https://github.com/date-fns/date-fns/issues/2207 and verifying that treeshaking _should_ work in my project, I think the "duplication" mentioned here is just because `react-datepicker` actually does import all those `date-fns` functions? Or...

Did SFML link correctly? When I was testing it out in Visual Studio, the compiled exe threw errors that it couldn't find the SFML DLLs, you have to copy them...

@LucjanNastalek What compiler did you use and which compiler options? This project requires the C++17 standard or higher. If you have access to Visual Studio, just follow the steps above.

> I still have problems with compiling. I'm using `MinGW g++`. > Here is the command: `g++ src/main.cpp -o app.exe -Iinclude ` MSVC will link the socket library with the...

Encountering the exact same issue on installation. Like @ForgottenIce mentions, a workaround is to manually delete the `Bruno.exe` and then the installer will continue just fine.

> Is there any progress here? As a quick solution, why don't you simply make the horizontal divider between files and message movable? If you have the vertical resize already,...