maho

Results 15 issues of maho

I noticed that autorandr doesn't work when I'm connecting 2 external displays. Autorandr then called xrandr --output LVDS1 --off --output HDMI1 ... --output VGA1 ....., and xrandr refused to operate...

If you set eg `let g:quickfix_dispatch_split="vert to"` then `Copen` will open vertical panel on the left.

i was surprised that exception in tested function is just silently redirected to nowhere. I think it's good to show the traceback.

Everything works ok with py2, but when I tried to build with python3 I got such error: ``` [INFO]: -> running python3.5 setup.py build_ext -v Exception in thread background thread...

when using wrong system name, IndexError error is meaningless, hard to say what happend at all.

This commit fixes problem with flickering. Testcase - https://github.com/mahomahomaho/kivent-memory-issue-case Before this pull request: 0. - frame is rendered properly 1. - 1sec later, texture_set is set to next texture, frame...

also it segfaults on some quite new Xiaomi. adb log: ``` 2017-06-01 13:05:05.921 ASSERT: DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** ***...

Example of decomposing concave poly into convex shapes and using them in physics. decomposing is dammed ineffective, but uses caching :) And it's only example.

Kivy reworked OpenGL support in kivy@b38b9737fab9544882477f4d6438b24cbdc5144a and kivyent no longer build with it. It says ``` [ 1/34] Cythonizing kivent_core/managers/resource_managers.pyx Error compiling Cython file: ------------------------------------------------------------ ... from kivy.graphics.c_opengl cimport GLfloat,...

After recent changes, it's possible to sroll out of map with focus_entity and entity_to_focus. Maybe related to #110 Steps to reproduce: 1. clone https://bitbucket.org/maho/testcase-scrolllock 2. run main.py RESULT: you can...