William Schwartz

Results 12 issues of William Schwartz

The following script represents a sequence of events that can happen in situations where an xlwings-based Python app is running and then something bad happens to the Excel process. In...

This is #735 but for Mosek: cvxpy crashes when Mosek hits a user-set time limit rather than providing partial solution information or giving an informative error. # To Reproduce ```python...

help wanted
solver interfaces
Interface: MOSEK

Please add [`django.db.backends.sqlite3.base.DatabaseWrapper.is_in_memory_db`](https://github.com/django/django/blob/6f311c7e35090957dd93783b71c5d3af7d5329d4/django/db/backends/sqlite3/base.py#L339)`() -> `[`bool`](https://github.com/django/django/blob/6f311c7e35090957dd93783b71c5d3af7d5329d4/django/db/backends/sqlite3/creation.py#L13-L17).

bug

On macOS 10.13 and Python 3.7.1, the [code in the README](https://github.com/naiquevin/pipdeptree/tree/51af7dd8d250b93401acd9388aecda62bcdc2e7e#using-pipdeptree-to-write-requirementstxt-file) does not work. ```Python traceback ~/Documents $ mkdir pipdeptree ~/Documents $ cd pipdeptree/ ~/Documents/pipdeptree $ python3 -m venv venv...

enhancement

# Source of confusion The Python standard library and pywin32 both provide the STD_{{IN,OUT}PUT,ERROR}_HANDLE constants and they're not equal (the latter is the two's complement negative of the former). In...

The `__module__` attribute of objects should match the `__name__` of the module they're defined in. The following minimal example fails to maintain that invariant. # Steps to reproduce ## `cytest/__init__.pyx`:...

When I `pip install`ed pyscipopt 4.2.0 on Windows 11 with MSVC 2022 Build Tools, I got some compiler warnings. The compile command (except I've replaced some long paths with environment...

I'm using PyOxidizer v0.9.0 on macOS. # Reproducing the actual bug Place the following in `pyoxidizer.bzl` in an otherwise empty directory and execute `pyoxidizer run`. ```bzl def make(): dist =...

This PR is an attempt to abate severe memory pressure from `read_frame` when trying to load a very large table. It is a two-pronged approach. - Fix #63 by using...

Allow users to set custom interrupt functions as well as providing default time and signal-based (e.g., Ctrl+C) ones. `picosat.h` doesn't say it, but the interrupt function should return non-zero when...

enhancement