-
Short story: I think in the future we should move away from the command bytes and messages to defined JSON messages.
For now, the proposal is:
* Reserve byte code 123 (the open brace symbol '{' in A…
-
## Motivation
The [`sparse`](https://github.com/pydata/sparse) (also called PyData/Sparse) development team have been working on integration efforts with the ecosystem, most notably with SciPy, sciki…
-
**Goal / high level use-case**
Some SIRI data providers implement only SIRI Lite, which means that rather than using the request/response pattern, the client sends a GET request downloading all of …
-
```
We want to interchange binary data between server and client, but due to
missing support of frame types other than data we need to
temporarily provide some encode/decode convenience.
If you sen…
-
Right now, the only way to export Linkwarden data is using JSON. Even when I recognize it's a more extensible way to export data than HTML, this format is the most common to interchange bookmarks ac…
-
```
We want to interchange binary data between server and client, but due to
missing support of frame types other than data we need to
temporarily provide some encode/decode convenience.
If you sen…
-
**Describe the bug**
The following command gives different results depending on oiiotool version:
`oiiotool -i Carrots.exr --ociodisplay "sRGB - Display" "ACES 1.0 - SDR Video" -o Carrots.jpeg`
…
-
The old UI has a tab "Server Administration" that includes "Update World Committee Codes from NAWS Spreadsheet". NAWS is still using that functionality in connection with their database of virtual me…
-
```
We want to interchange binary data between server and client, but due to
missing support of frame types other than data we need to
temporarily provide some encode/decode convenience.
If you sen…
-
Looks like timedeltas are currently not supported by the dataframe interchange protocol:
```python
In [1]: pd.api.interchange.from_dataframe(pl.DataFrame({'a': [timedelta(1)]}))
-------------------…