Goran Mekić
Goran Mekić
I'm very interested in doing some work on this. I think I mentioned (maybe even few years back) I would enjoy having something like virtual_midi resembling virtual_oss, so I'm in....
I would like to revive this ticket. So for start just to be clear, I intend to replace only docs from the old site. That being said, I don't think...
I used https://github.com/Nobatek/flask-rest-api/issues/38#issuecomment-495527421 as a base for the custom schema resolver, but I don't know how to check if `partial` is passed or not. I assume the same goes for...
I forgot to mention, https://github.com/mekanix/peewee_migrate/commit/912132a6cee28d18320c07de4a148f0751218661 is what I use as a workaround currently
I managed to compile `jsregexp` on my FreeBSD laptop but I don't know where to put resulting `jsregexp.so`. If it makes any difference, I'm using LunarVim. I had to compile...
The code I'm talking about is in the examples and I see it is [enabling vsync](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_opengl3/main.cpp#L63). Sorry for not being more clear in the first place. Is there anything I'm...
OK, but can I do something to figure out what's wrong on my system? Or is there an easy way to limit ImGui renders to like 60 FPS or something?...
Same problem when I use Wayland and/or if I use sdl+opengl. I guess the problem is deeper in the OpenGL on FreeBSD. If I find the solution, I'll post it...
Finally found some free time to fiddle with this and using vulkan gives expected results. For some reason I believed vulkan is only for AMD. Thank you for the tip...
I always get invalid signature. This is from `./linux-browser-installer chroot create` ``` I: Configuring ubuntu-minimal... I: Configuring libc-bin... I: Configuring systemd... I: Configuring ca-certificates... I: Base system installed successfully. mkdir:...