Connor Duncan

Results 7 issues of Connor Duncan

### 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://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage

#### Code Sample, a copy-pastable example if possible ```python from blp import blp sec_ids = ["US5949181045", "BMG0684D3054"] #BMG0684D3054 changed domiciles, but index won't update until monthend with blp.BlpQuery("****") as bbg_conn:...

enhancement

this commit will add support for user-provided decompositions as dicts of `{var: label}`, `{cons:label}` pairs. still needs testing & examples, but opening a draft so maintainers can follow along if...

**Describe the bug** A few of the tests are failing against a local build of master. I am running the latest stable Debian in WSL. - `test_model > test_solve_concurrent` segfaults...

Regular Disjunction constraints are quite slow when there are many bound disjunctions with distinct coefficients, since from my understanding the symmetry graph is built out by permuting variables with the...

feature

Hello, Noticing that when using `TagsInput` removing an item with the delete button in the pill does not trigger callbacks taking the value prop as an input. Deleting it with...