maartenuni

Results 8 comments of maartenuni

I like the proposed solution. However, you might want to be a little bit more protective to your python clients. In python when you return: ```c++ float* operator[](unsigned i) {...

Many thanks for the comment! I'll have to give the glfw backend a shot. The other workaround doesn't work unfortunately, this was the first thing I tried. Say the mouse...

Unfortunately also the 'glfw' backend does not provide any relief. There the `Window(screen=0)` argument is not listened to at all, neither with Window(fullscr=True) or Window(fullscr=false).

It would be very nice if this feature could be repaired. We are investigating to use psychopy in our linguistics lab. For our speech and other linguistic stimuli we use...

I've created a small program that tries to move a pyglet window to a different display. I used the documentation of pyglet to see how this works: https://pyglet.readthedocs.io/en/stable/modules/window.html The idea...

My current version of pyglet: > pip list | grep pyglet > pyglet 1.3.0 I'm not using newer version of pyglet because of issue #2518 which is currently not resolved....

Many thanks for making munit available to all! When I'm using munit with: ```$ gcc --version gcc.exe (Rev1, Built by MSYS2 project) 14.2.0 Copyright (C) 2024 Free Software Foundation, Inc....

If you are willing to sacrifice timing you may define MUNIT_DISABLE_TIMING when compiling, the timing is removed from the output, but you can still compile/run your unittests./