Peter Roelants

Results 13 issues of Peter Roelants

## Description I have a `Task` with a `PrefectResult` that uses a custom serializer that is a subclass of `JSONSerializer`: ``` @prefect.task(result=PrefectResult(serializer=CustomJsonSerializer())) ``` When running a flow with this Task...

bug
needs:research

Hi, Has anyone succeeded in compiling S2 against an Anaconda Python environment? When I tried I got: ``` >>> import pywraps2 Fatal Python error: _PyInterpreterState_Get(): no current thread state Python...

python

#### AdjointLayout of Overlays results in different sized side-plots compared to AdjointLayout of regular plots For example, the `AdjointLayout` with `Overlays` as `top` and `right` side plots: ```python import numpy...

#### Description of expected behavior and the observed behavior Using the selection tool from `link_selections` in a `datashade` plot results in unexpected selection colors. The colors change when a selection...

type: bug

My Python kernel gets killed because of an out-of-memory issue when generating a `quadmesh` from a large Xarray DataArray using DaskArrays as data. Visualising the same DataArray with `raster` works...

#### Description of expected behavior and the observed behavior Having a [`param.Array`](https://param.holoviz.org/reference.html?highlight=array#param.__init__.Array) in a `Parameterized` class results in [`Parameterized.param.pprint()`](https://param.holoviz.org/user_guide/Parameters.html#displaying-parameterized-objects) hanging. #### Complete, minimal, self-contained example code that reproduces the issue...

#### Description of expected behavior and the observed behavior AutocompleteInput dropdown does not well with Jupyter Dark Theme. Tested using jupyterlab with following setting: ![darktheme](https://user-images.githubusercontent.com/951093/186877661-3424fa64-768e-4582-ac11-8109f4ee5373.png) #### Complete, minimal, self-contained example...

Passing keyword arguments to a function vectorized with `jax.vmap(in_axes=..., out_axes=...)` does not seem to work and results in an `AssertionError`. For example: ```python import jax import jax.numpy as jnp def...

bug

It would make the library more flexible if the [Uploader](https://github.com/tus/tus-py-client/blob/d231499b63a08783fedfca0eccda428b22724b48/tusclient/uploader/uploader.py#L23) could be given a [requests Session object](https://requests.readthedocs.io/en/latest/user/advanced/#session-objects) which it uses to make all requests. Custom [requests sessions](https://requests.readthedocs.io/en/latest/user/advanced/#session-objects) can be used...

Ideally, shouldn't the Alluxio `Client` be used as a context manager that opens the `requests.Session()` as a context manager and closes this session properly (closing all the connection adapters) when...