Johannes Schöck

Results 7 issues of Johannes Schöck

With a newly installed BTRFS 1.7.5 driver on current Windows 10, I have the problem that I cannot remove the USB drive via Windows' "safely remove drive" function in the...

The sample code from the readme fails on my Python 3.10.5 install. ``` result = bb.minimize(f=fun, # given function domain=[[-5, 5], [-5, 5]], # ranges of each parameter budget=20, #...

Limit markupsafe to 2.1.4, as 2.1.5 fails on import

Fix issue #441 / #442 deprecated keyword sparse changed to sparse_output The keyword simply changed its name from `sparse` to `sparse_output`.

I lost a ton of work when VS Code was updated. There was no warning of unsaved changes (and I thought I did save the diagram in between), however, when...

Has anyone done an update of auto-sktime that supports python 3.11 and newer sktime versions? Unfortunately, the current release on pypi is pinned to sktime 0.13, which does not support...

As I develop mostly apps running on the company cloud, I need to authenticate to Azure quite often. So I run `az login` on each VS Code start - which...