Sebastian Romero

Results 18 issues of Sebastian Romero

I use Aspects for hooking some logging functions into NSViewController instances under OS X. When I want to disable the aspect hooks I call the remove method. When I do...

Two features were implemented: - When displaying the open repo dialog window, the repositories of the last used user are displayed instead of the authenticated user ones. This is useful...

enhancement

To minimize the wait time for downlink messages it's necessary to know the delay times of the RX1 and RX2 windows before any data can be available. After a call...

Added the following three properties: @property(assign, nonatomic) BOOL longPressToEraseEnabled; @property(nonatomic,readonly) NSUInteger vertexCount; @property(weak, nonatomic)id signatureViewDelegate; This allows to get notified once the signature has changed. Also the vertex count can...

When resizing the crop grip using two fingers simultaneously, the grid starts flickering.

**Describe the bug** The action area loses its shadow when navigating to a sensor recording that doesn't need scrolling and then going back. **To Reproduce** Steps to reproduce the behavior:...

**Describe the bug** When adding a note from the action area and tapping "VIEW" the application crashes. The crash happens here: https://github.com/arduino/Arduino-Science-Journal-iOS/blob/abb2c47abee1a9607d6a5b8111826a04772a2170/ScienceJournal/ActionArea/ActionAreaController.swift#L511 **To Reproduce** Steps to reproduce the behavior: 1....

The formula for Fahrenheit is not correct. It should be `(°C × 9/5) + 32` https://github.com/bcmi-labs/Science-Journal-Android/blob/da52d36068f67e1a1bac4b52e3694f27ad1da1f7/OpenScienceJournal/whistlepunk_library/src/main/java/com/google/android/apps/forscience/whistlepunk/sensors/MkrSciBleSensor.java#L182

bug

This PR adds digital pins using a `D` prefix. This allows to use e.g. `pinMode(D4, OUTPUT)` instead of `pinMode(4, OUTPUT)`.

enhancement

The official SDK provides an operation to find out in which region a bucket resides. This comes in handy because this information is sometimes not available.