Aaron Mavrinac

Results 14 issues of Aaron Mavrinac

The camera view function should register a pose update callback so that it updates based on changes to the camera parameters.

enhancement
visualization

`SceneTriangle` objects currently expose the primitive actuals of their `OcclusionTriangle` members for clicking via Visual mouse pick, but the primitives are [extrusions](http://vpython.org/contents/docs/visual/extrusion.html), which [cannot be picked](http://sourceforge.net/mailarchive/forum.php?thread_name=CAFDG03gbbmQDU%3D7RWLfSRQ7wtm%3D_2stAjRhr-nFNG_zumZu4AA%40mail.gmail.com&forum_name=visualpython-users). To resolve this, either...

visualization

The Escape key kills adolphus-interactive. Even with `self.exit = False` in `adolphus.interface.Display` constructor, the scene window closes. Commit 4422ac8696bcd0e2f517 adds an `exit` command to the interactive window, so this is...

visualization

Occasionally, a vessel will generate multiple tweets (usually 2-3), with one "correct" photo and the others off-center or empty frame. The scheduler event is keyed by MMSI, and should be...

bug

21:05 @Linkadmin >>> print triangular[0] + triangular[1] 21:05 @Linkadmin Traceback (most recent call last): 21:05 @Linkadmin File "", line 1, in 21:05 @Linkadmin File "fuzz/fnumber.py", line 500, in **add** 21:05...

The entire OLED [display buffer](https://github.com/logickworkshop/du-ino/blob/master/src/du-ino_sh1106.cpp#L30) is currently stored in memory for simplicity and performance. However, this consumes a large proportion of the limited (2K) memory available on the ATMEGA328P. As...

More a solution than an issue, but perhaps this could be added to the documentation somewhere. I have verified this modification works with some limited testing. The standard RC2014 [Pageable...

The new Twitter API restrictions on the free tier appear to break the existing workflow for authentication.

bug

Write complete tests for the functions in the geometry module.

enhancement

- Replace use of mlib `string_t` with `FuriString` - Add `.gitignore` for uFBT auto-generated files - Add a GitHub action to [build the FAP](https://github.com/marketplace/actions/build-flipper-application-package-fap)