friedkeenan

Results 5 issues of friedkeenan

Here's the whole error: Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/p5/sketch/base.py", line 50, in config = screen.get_best_config(template) File "/usr/local/lib/python3.5/site-packages/pyglet/canvas/base.py", line 161, in get_best_config raise window.NoSuchConfigException() pyglet.window.NoSuchConfigException During handling of the...

bug
open-gl
platform-raspbian

The new C++20 feature of concepts is not supported by the syntax highlighter. With the syntax shown below the syntax highlighter becomes very confused when used with classes, and with...

T: feature
C: Syntax

I would've added this in the [latest commit](https://github.com/Cesura/nxsh/commit/08dda66144592ea0c540e4315bd0b62dd1d593f9), but I would largely be using code from [Atmosphere](https://github.com/Atmosphere-NX/Atmosphere/tree/master/troposphere/reboot_to_payload), which has a GPL license, which I think means we would have to...

I've been working on a proof of concept for loading NROs through an NRO for the last few days. You can see it [here](https://github.com/friedkeenan/hbloader-nro). I'm making this issue so that...

As is, to get colored diff output, one needs to use an external tool like `colordiff` to color the diff for readability, however this also seems to complicate the "checking"...