Keenan Brock
Keenan Brock
## Overview QMK renders a representation of the keyboard in the [configurator]. If QMK could render keyboards with rotated keys, they would look more similar to the physical keyboard. ###...
I saw that you [reached out](https://github.com/shockone/black-screen/issues/58#issuecomment-167449591) to [black-screen](https://github.com:shockone/black-screen) about using [terminal.js](https://github.com/PerBothner/DomTerm/blob/master/terminal.js). This is great. Have you had any other successful dialogs with other js browser terminal implementations? Or are the...
reopening #89 - you can set this up to output to stdout or a string. Sorry to jump the gun and close this. The introduction of these extra methods in...
Instead of using a custom build, iTerm2 suggests that you can use their [python](https://www.iterm2.com/python-api/) Was your thought to use circuit python and that api to control the bell? Would be...
This was a great start. Have you thought of allowing people to submit their benchmark scripts? And providing a service that records different results? Maybe store something like: github or...
## Problem Since we do not want to introspect a class at class load time. we are not able to derive a column type at load time. ### Before We...
part of https://github.com/ManageIQ/manageiq/issues/21989 First: - Added `supports :html5_console` to providers instead of deriving it in main. (it is supported if any of the following is supported: `spice_console`, `vnc_console`, `webmks_console`. -...
rails 61 - but with stuff that is gooking up the RAIL_ENV=test stuff
This is a continuation from https://github.com/ManageIQ/manageiq/issues/21179 We have a number if implementations that are basically a reimplementation of `SupportsMixin`. Convert these implementations over to using supports - [ ] convert...
Wanted to have a conversation about these reasons. A bunch of supports do not have localization, while others use `N_()`. This is the only location that uses `_()` I had...