Rob Loach

Results 367 issues of Rob Loach

This change adds a plugin to load the [asdf version manager](https://github.com/asdf-vm/asdf) through *oh-my-bash*. It's roughly based off of the [original pull request](https://github.com/ohmybash/oh-my-bash/pull/310), moves to the bash syntax, and allows checking...

Add a clang-format definition file, and apply its coding standards.

This builds off of the pull request at https://github.com/libretro/RetroArch/pull/13527 to clean up the warning states. - [ ] Testing - [ ] Documentation - [ ] Code tweaks

Been aiming to fill in some of the missing pieces on this mod. Am opening this as a draft to get some early feedback. If there's any suggestions you could...

This allows you to define `NK_ROUNDF()` to change the `nk_roundf()` implementation. ```c #include #define NK_ROUNDF roundf ```

Using `-O2` across the demos enables some optimization, which is great, but results in slow compilation. This can be particularly slow when testing out some new components during development. I...

This enables the overview demo by default across all renderer examples. I've found it kind of annoying to re-enable the overview when testing components out, it would be nice to...

@awschult002 How about something like this as an example starter... ![Screenshot from 2024-09-05 11-26-53](https://github.com/user-attachments/assets/2ec62476-6077-4e04-99ed-b62673ec6031)

This implements `omb version` to attempt to retrieve the version of oh-my-bash using git.

This change improves the progress plugin by... - Allows reseting the progress bar to allow running another progress bar after the first one is done - Replaces the message whitespace...