Maximilian Linhoff

Results 121 issues of Maximilian Linhoff

> A command line anywhere and everywhere sounds like multi-platform

Creating a diverging colormap results in these perceptual and lightness derivatives: ![rd_bu_uniform_summary](https://user-images.githubusercontent.com/5488440/172833679-ac4abb4a-57fc-4b98-8f90-17728e023c92.png) There seems to be a bug, right? The colormaps should be more uniform in the two branches?

bug

On `cluster.close()`, this error is thrown on current master: ``` Traceback (most recent call last): File "/home/smmanoet/.local/lib/python3.6/site-packages/tornado/gen.py", line 326, in wrapper yielded = next(result) File "/home/smmanoet/.local/lib/python3.6/site-packages/dask_drmaa/core.py", line 285, in stop_workers...

What is the ca-cert that is used for the self-signed certificate? Docker requires the ca-cert in `/etc/certs.d/` to trust a registry.

Using `boost::iostreams::filtering_istream` together with one of the decompression filters, e.g. `boost::iostreams::gzip_decompressor` results in `tellg` returning -1 and setting the bad bid and `seekg` not working. However, at least forward seeking...

I would really like to use your package, it looks like an awesome simplicfication for trying different ML algorithms and frameworks. What's currently stopping me from using it, are the...

question

### Is your feature request related to a problem? Please describe. Older versions of the documentation contained mentions of endianness / byte order in the numpy and buffer parts. These...

### Describe the bug Using numpy's C types for ufunc declarations raises a very long error. ``` Compiling /home/mnoethe/test/cython/test_numpy_ufunc.pyx because it changed. [1/1] Cythonizing /home/mnoethe/test/cython/test_numpy_ufunc.pyx Error compiling Cython file: ------------------------------------------------------------...

numpy

I get the following error when running sphinx build: ``` Extension error (sphinxcontrib.bibtex.domain): Handler for event 'env-updated' threw an exception (exception: 'Style' object has no attribute 'format_software') /home/maxnoe/.local/conda/envs/cta-dev/lib```

I am very interested in getting this to run in a CMake project and possibly contributing to make that happen. I have this repo cloned as a submodule inside a...