Cameron White

Results 12 comments of Cameron White

why has this still not been merged?

@jrruethe Have you tried generating a ssh key after these changes? I just tried and am getting the following error: > Traceback (most recent call last): > File "/home/cameron/miniconda3/envs/trezor/bin/trezor-agent", line...

@FabianTerhorst Check out some of the recent branches i made in my fork of the repository, I tried out a few performance improvements that didn't end up being improvements. I...

Here is a place i was trying to improve but am having trouble with: ![image](https://user-images.githubusercontent.com/8126948/48040911-ee7f1180-e148-11e8-9ab9-f57425843557.png) I have been doing some profiling of the library, and i found the Paint object...

I definitely believe that about `isPointInPoly`. There can be a whole lot of edges to check when drawing. Do you have any ideas to improve that method? I'll definitely take...

I have added some commits which include the ability to convert to/from Isometric and View coordinate systems.

Excellent thats what i was thinking! Also, wouldn't this also require updating the `bitmap` function? I was thinking it would be something like the following for a DEPTH=14: ``` uint256...

could you also give some insight into what the purpose of `BUFFER_LENGTH` is?

if the `uint8` is maintained, wouldnt the `_bits` inside `compute` get set to all 0's if a DEPTH > 8 is used? `_bits = _bits >> 1;`