Lester Lo
Lester Lo
I think it is possible by modifying the .prototxt file
Some GPU Cards need to connect a display monitor to enable OpenGL. You cannot use any OpenGL program if the GPU card is not outputting display signal. This is a...
I have this problem on macOS 12 too. This error prompt when I using openJDK 17 and openJDK 11. Both of them are not working and having the same glfw...
@jamierocks For Me, Yes. I am running the MultiMC on Apple Silicon
you need to modify the Makefile to this. I tested with opencv2.4. I compiled the code without any error. ```bash CC=g++ CV=-I/usr/include/opencv CV2_old=-lml -lcvaux -lhighgui -lcv -lcxcore CV2=-lopencv_imgproc -lopencv_highgui -lopencv_core...
Hello, I have changed the extension code to support visual studio 2022 in #20. Does anyone help me to test it?
Here is the .vsix package. [MinimalisticView_VS2022.vsix.xlsx](https://github.com/poma/MinimalisticView/files/8843494/MinimalisticView_VS2022.vsix.xlsx) Please remove the .xlsx extension for installation. Since I didn't bump the version tag of this build. Please uninstall the original extension before installing...
I have tested on visual Studio 2022 with .NET Framework 4.7.2. It can hide the menu bar. For Visual Studio 2019 with .NET Framework 4.7.2, it also can hide the...
@timofey-nekhaenko-stenn Please refer to this [issue](https://github.com/poma/MinimalisticView/issues/18#issuecomment-1147271415). You can find the .vsix package over there