bollard

Results 9 issues of bollard

### 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...

Timeseries
Groupby
Resample
Closing Candidate

Hi all, Just started using your package (v1.4.0) and note the following warnings popping up from Numpy: ``` PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices...

This is related to #348 Translation of an ActiveRecord::Base object to an integer should be defined once (i.e. in visit_ActiveRecord_base). This makes it easier for the case when a user...

In v1.1.1 the following code was called: ``` def visit_ActiveRecord_Base(o, parent) o.id end ``` In my application, i need to override this method on a per-class basis: ``` def visit_ActiveRecord_Base(o,...

### Feature Type - [ ] Adding new functionality to pandas - [X] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description Currently,...

Enhancement
Needs Triage

### 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
Needs Triage

### 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
Needs Triage

Specifying the `REQUESTS_CA_BUNDLE` is a useful way to include self signed certificates for non-Windows platforms, however on Windows things are a bit trickier. This change proposes to use [`create_default_context()`](https://docs.python.org/3/library/ssl.html#ssl.create_default_context) (which...

I want to be able to define the exception_recipients dynamically, based on the Rails environment. For example: ``` recipients = Rails.env == 'production' [email protected] else User.current.email end ``` In this...

feature