-
I am experimenting with `uncertainties` and found a situation that I'd like to highlight. I'm not sure if the behavior is by design or is actually an issue that should be tracked. I decided to submi…
-
In an email discussion we came to the conclusion that it made sense to have multiple inheritance in Julia with one fairly simple restriction:
> If two abstract types are are used for dispatch in the …
-
In this code example, `fun` behaves different from `decorated_fun`. For more context, see https://stackoverflow.com/q/76596620/. I have tried a lot of things already to fix this. What works is the `Fu…
-
Not sure if this is virtualizarr or icechunk's fault but the error was raised inside icechunk so I'm raising it here.
### MCVE
```python
import xarray as xr
ds_original = xr.tutorial.ope…
-
Goal: To able able to display alarm information from the beast server and be able to write basic messages.
-
When building a full-stack app, I find it frustrating to define basically 3 nearly identical types:
1. What I consider the main struct: defining the logic of the type disregarding any GUI/DB needs. T…
-
I am trying to use `isoweek_to_datetime` in a dataframe to generate a new column, it seems the function is not working in a `with_columns` context.
Reproducible example (adapted from [docs](https:/…
-
This is an open discussion issue. Feel free to share your opinion with us.
## Problem
If one wants to combine two BioJS components that is moderately easy with events.
However this glue layer doesn't…
-
The list of issues we want to address in v2.0.0 is as follows:
- Adding Pragmas
- Change Delimiter Pragma
- Removing the Change Delimiter tag
- Layout Facilities (several proposals)
- Comment Change…
-
```
What steps will reproduce the problem?
1. Create a universe object by passing a psf file and a dcd file
u = universe(psf, dcd)
2. Try to serialize this object by using python pickle modu…