Robert Pollak

Results 46 issues of Robert Pollak

It currently says: > Python 3 will eventually supercede Python 2, but it is not backward-compatible with Python 2. A lot of existing python code and packages has been written...

I have connected an external drive via USB-OTG and cannot browse to it.

bug
help wanted

to avoid everyone [stumbling over](https://github.com/joferkington/mpldatacursor/issues/100#issuecomment-700073218) the already fixed matplotlib 3.3.0 error #97.

Is there a way to make point labels work with pandas.DataFrame.plot? I am using WinPython64-3.6.5.0Qt5 which contains mpldatacursor 0.6.2 and pandas 0.22.0. I have tried the following (with graphics backend...

Dear 75py, let me please ask you: Would it be possible to create the commit messages in English? Currently I (and probably many other interested people) have to use a...

Let me kindly ask for a binary Linux release for testing. (I am currently using venv+pip-tools.)

enhancement

I was expecting to see the overall backup duration printed somewhere at the end of the snapshot log, when switching to Filter:Informations. I am currently using version 1.3.3-3 from the...

Feature
Medium
HELP-WANTED

With current Sympy 1.12, the code ```python from sympy import symbols, floor from sympy.plotting import plot x = symbols('x') plot(floor(x)) ``` gives ![plot](https://github.com/sympy/sympy/assets/21648/253ecdd3-bffc-4da9-91b8-b608088b7d2a) This graph should not be connected at...

I want to manage a model database without using temporary files. For this, I propose an API extension: ``` int svm_save_model_buffer(const char *model_buffer, int buffer_length, const struct svm_model *model); struct...

For the record, rhodey wrote on the mailing list: > At this time you cannot use Flock to manage a shared calendar. We would really like to support this feature...

feature request