Results 21 issues of Kerrick Staley

Certain APIs will block access for clients without a browser-like user-agent. For example, the request ``` curl 'https://mybusnow.njtransit.com/bustime/eta/getStopPredictionsETA.jsp?stop=20509' ``` returns an HTML page with an error message. This error is...

enhancement

## Summary The CSV that I downloaded from Schwab at https://client.schwab.com/app/accounts/history doesn't have a `Transactions for account...` line, so I get an `AssertionError` when trying to import it. ## To...

These actions appeared in my recent Schwab transactions CSV. "Bank Interest Adj" seems to mean that the previous "Margin Interest" amount needed to be adjusted (in my case the adjustment...

I'm not sure what effect setting the `deck_id` has. Maybe we could just use a default value like `0` always. We need to experiment with this.

# Summary If one of the files in your `~/.ipython/profile_default/startup` throws an exception, then any other file that executes later (i.e. is lexicographically higher, because startup scripts are executed in...

###### Version `pacaur -v` ``` pacaur 4.8.6 ``` ###### Description When I install the `signal` package, `pacaur` attempts to run the `prepare()` step before installing its `makedepends`. The build fails...

The API's /realtime endpoint frequently returns a 503 response when queried. Over the past week, the site has returned a 503 response about 24% of the time. This number comes...

bug

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Reshaping
Dtype Conversions
Timezones

When doing accounting for my house [1], I want to consider months as happening from the 9th to the 8th inclusive instead of the 1st to the 28th/29th/30th/31st. Most expenses...

help wanted
feature

- [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://pendulum.eustace.io/docs/) and believe that my question...

enhancement