-
Are they stored as Python bytecode?
A bit missing this info at https://joblib.readthedocs.io/en/stable/persistence.html
Is `joblib` equivalent to `pickle` in this regard?
We observed function…
-
Normal Celery tasks support using `kombu` to register object types to serialize/deserialize automatically:
```python
from kombu.utils.json import register_type
from django.db.models import Model
…
-
### Description of the bug
When discriminator used in api specification it seems common fields for inherited objects not filled in dart generator implementation.
It seems generated dart code does …
-
If we deserialize executables via the wrapper C API client, [the compile options are ignored](https://github.com/openxla/xla/blob/b4abe20e7301e98abf641a7d65e0226c4247242b/xla/pjrt/pjrt_c_api_client.cc…
-
### Describe the bug
When using `DefaultLambdaJsonSerializer` to deserialize DynamoDb events that have nested Map type attributes that are empty it parses them `AttributeValue` objects that don't hav…
-
```
, line 313, in load_file
with safe_open(filename, framework="pt", device=device) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
safetensors_rust.SafetensorError: Error while…
-
**Describe the bug**
If a struct contains a field annotated with `#[serde(flatten)]`, it cannot be deserialized by sonic.
**To Reproduce**
__Cargo.toml__
```
[package]
name = "repro"
vers…
-
For performance reasons, I'd like to do a number of large operations in memory, rather than interacting with the disk. This succeeds in creating an in-memory db: `const db = new Database(':memory:');`…
-
Currently we have AKHQ running on version 25.0 this is connected out to Confluent Cloud. There seems to be an issue with how the 'Topics' sections is trying to deserialize data. I think this could be …
-
Bug reported by @Jiuhong-casperlabs
Issue: `casper-sidecar` crashed with the error after native `withdraw-bid` command.
Native `withdraw-bid` command;
```bash
casper-client put-transaction wi…