Daniel Castro Alvarado

Results 3 issues of Daniel Castro Alvarado

### Description ``` public class FinishOnStopActivity extends Activity { @Override protected void onStop() { super.onStop(); finish(); } } ``` ``` ... @Test public void finishOnStopActivityShouldBeDestroyed() throws Exception { try (ActivityScenario...

This is similar to https://github.com/angular-ui/angular-google-maps/issues/1520, https://github.com/angular-ui/angular-google-maps/issues/1604 , and there is a PR in https://github.com/angular-ui/angular-google-maps/pull/1567, but I believe the PR solution would not be enough for all cases. I am using...

Thank you for writing this calculator. I'm trying to use it with my Morgan Stanley report (from Alphabet), but I'm getting the exception thrown [here](https://github.com/KapJI/capital-gains-calculator/blob/main/cgt_calc/parsers/mssb.py#L86). I'm trying to understand why...