Max Rodriguez

Results 10 issues of Max Rodriguez

## Issue description The `DirectGuiWidget` class was missing its snake-case aliases. This resolves issue #1234 and helps Panda to convert to this naming convention. ## Solution description This PR includes...

## Issue description Linux users are recommended to use Ninja when generating the build files through CMake. Ninja buffers output, so tools are writing to a pipe, not directly to...

## Description Linux users are recommended to run `cmake -G Ninja ..` when generating the build files for Panda through CMake. When using Ninja, no color output is shown on...

enhancement
build

## Description After sending keyboard input to the window for a minute or so, it suddenly stops receiving my input and this error is printed on every keystroke: ``` :display:x11display(error):...

## Description Implement interacting with the Panda window and graphical interface through Emscripten touch events for mobile devices running the WebGL port of Panda. ## Use Case The WebGL port...

enhancement
webgl

I have a set of rules under one production in my CFG that both have basically duplicated blocks of code, and could be handled in one. Is there a way...

A certain production rule in my parser definition causes the whole parser definition to be marked under the "function 'reduce_11' is never used" rustc warning. Build code from this point...

When you leave a server, it leaves a ghost spot on the left server side bar. Sorry if my summary isnt great, I can send a screenshot later as well....

Hello! I appreciate this project, it's nice having a nice and slim duolingo client. I am interested in running this on my Linux phone, but I see that there is...

## Description Panda3D is aiming to convert its naming convention from CamelCase to snake-case. I found that the `DirectGuiBase` and `DirectGuiWidget` classes in `direct.gui.DirectGuiBase` have no snake-case aliases, so I'm...

enhancement