Results 127 comments of Adam Gausmann

> Which happens to not be what `opengles_graphics` does. As far as I could tell, the [majority of changes involve replacing shader-related code](https://github.com/Drakulix/opengles_graphics/commit/e5f6a9e0e425db23b8dffccc0dd9ba1a33b04e26#diff-960b8d83b8beb2ae1be405e36a02ebda).

To be clear on why I think the current feature-based solution isn't great: - It requires the end-user to manually manage shader versions. I'd rather have a system that can...

It could be argued that a firmware binary flashed to a device is a "copy of the Software". If the license notice is a separate file, it is not included...

I'm guessing it is this? ``` Traceback (most recent call last): interpreter.rb:2:in `': undefined method `match' for nil:NilClass (NoMethodError) ``` That's because it expects you to pass a script file...

@Inglan Yes I usually would, but PRs for lists like this end up making a ton of merge conflicts (as evidenced in your screenshot) that the PR authors or the...

I have a trick that may help - Early in the top-level CMakeLists file, I execute `mbed-tools configure`, if there is no config in the default path (i.e. if you...

Looking into this myself, because resizing from a 1080p video was taking up ~45% of my runtime. I tried scaling the images before passing them to image_hasher, and got good...

Sorry that I just saw this. I don't think I've ever run Imager without `mesa-dri` installed. That's a pretty ubiquitous package; you will probably want it installed in most cases...

I don't know how difficult this would be, but the ideal UI for me would display the force that each platform belongs to, and allow grouping and/or filtering by force...

I agree, @Devox628 any luck with this? Are you able to run `stockfish` in the terminal? If not, it needs to be installed in PATH