-
### Bug Description
Having an ingestion pipeline with a redis cache makes the pipeline not compatible with multiprocessing, so setting `num_workers` to be nonzero causes the pipeline to fail with `Ty…
-
https://bugs.python.org/issue18303
We should consider putting some logic in to handle this case.
-
Use case: Fetch a large group of matches and want to store them somewhere for later analysis offline. Want to be able to convert a match (with all included player, roster, participant, and asset objec…
-
_From [MALfunct...@gmail.com](https://code.google.com/u/107105802664740479744/) on June 22, 2010 19:47:34_
What steps will reproduce the problem? 1. In another app, place an object in the session whi…
-
Follow up of #431
Also: Adapt the LECO example (maybe)
-
One of the recent upgrades to RazorEngine has led us to start seeing errors like the following:
```
Error message: Type '[some type]' in assembly '[some assembly]' is not marked as serializable.
at S…
-
It would be great if SI quantities can be serialized and deserialized from a json string
### Current behavior
```python
import forallpeople as si
import json
>>> var = 1 * si.kg
>>> json.d…
-
```
What steps will reproduce the problem?
1. In another app, place an object in the session which implements
java.io.Serializable but contains a non-transient, non-serializable field.
2. In Probe, v…
-
I'm getting a weird overridden method compile type incompatibility error
```
[ERROR] /home/paschalj/mango8/mango/mango-core/src/main/scala/org/bdgenomics/mango/models/VariantContextMaterializatio…
jpdna updated
7 years ago
-
## Description
The platform downtime component uses a `Map()` to (attempt to) store `serviceMap` data in Redux, but [Redux strongly warns against using `Map()` objects](https://redux.js.org/style-g…