benbaker76

Results 7 issues of benbaker76

Is the VirtIO GPU DOD controller superior to the QXL controller? Is there any information you can provide in regard to the viogpudo driver and the performance differences? Is there...

virtio-gpu
Discussion

Using the writep8 arg will create a png not a p8 file. ``` ./p8tool writep8 9970.p8.png 9970.p8.png -> 9970_fmt.p8.png ``` It should create 9970_fmt.p8 not 9970_fmt.p8.png. In tool.py need to...

### Describe the pull request Consider the following multi-line ini file: ```ini value1 = some text here some more text here 2 ``` Run the following code: ```go path :=...

It's using the [lunasvg](https://github.com/sammycage/lunasvg) library to render the svg glyphs contained in the font. Here's some links to fonts for testing: - [EmojiOne.ttf](https://github.com/GuangchuangYu/emojifont/blob/master/inst/emoji_fonts/EmojiOne.ttf) - [TwitterColorEmoji-SVGinOT-14.0.2.zip](https://github.com/13rac1/twemoji-color-font/releases/download/v14.0.2/TwitterColorEmoji-SVGinOT-14.0.2.zip)

Please check out my post on insanelymac [here](https://www.insanelymac.com/forum/topic/339175-brcmpatchram2-for-1015-catalina-broadcom-bluetooth-firmware-upload/)

When you load the UserPage for the first time the editor will be themed `default` and the rest will be in `vs-dark` mode. I tried the following change: ```js create:...