Brigham Keys, Esq.

Results 22 issues of Brigham Keys, Esq.

Does nana support using different windowing systems such as - SMFL - Irrlicht - Ogre - etc I would like to know if I can include nana in my Irrlicht...

Which is strange because Chromium is a Google project. Anyways, the program fails to run for me, and my other friends who use Chromium, yet this (somehow) works just fine...

You can go to my personal website at bkeys.org and see where my post gets cut off once you scroll all the way to the bottom

bug

There is no support for a listbox currently, is there any plans to get one implemented? Here is an example of a listbox ![listbox](https://upload.wikimedia.org/wikipedia/commons/d/da/List_example.PNG) This is a pretty important GUI...

If you try to use it as such ```python tabs = LUITabbedFrame(parent=vlayout.cell(), height=100, width=200) ``` Then you will get the following warning ``` :lui:luiBaseLayout(error): Cannot call add() with an object...

I looked into the BuiltIn/ files and it looks like there is a default functionality for width that is a string of ```"100%"```, is this functionality not complete? Or at...

**Describe the bug** I try to build the rustdesk-server and it fails. I am including a backtrace of the failed build. **Describe the environment** - Install environment: I am building...

bug

I am trying to run only the server on my riscv64 computer, I have the exact version of go specified in the directions. ```ERRO[0026] Could not find `index.html` template error="open...

Hi Mitch, I used your networking tutorial to try to implement networking for my game. And the synchronizer works just fine but I cannot get the multiplayer spawner to do...

As a way to avoid the logging issues I have recieved I tried to use both CMake variables CAUDIO_ENABLE_DEFAULT_FILE_LOGGER CAUDIO_ENABLE_DEFAULT_CONSOLE_LOGGER as a way to try to remove logging all together....