-
Mitogen currently uses [cPickle](https://docs.python.org/3/library/cPickle.html) (with some filtering) to serialize data passed between parents and children. Pickle is widely regarded as risky - deser…
-
Travis builds are too slow, we could go after some alternatives.
I'm gonna test CircleCI, using this [blogpost](https://abronan.com/building-a-rust-project-on-circleci/) as reference
hails updated
6 years ago
-
**Is your feature request related to a problem? Please describe.**
I have been trying to add zoom-in in the carousel, using some other libraries, and it's an extreme pain, because you have to deal wi…
-
In the following example, the last case is inferred to be of type Any (and therefore does not compile), whereas for both checks T is a common supertype:
```scala
object X extends App {
def f(a: …
-
Alternatives seem like a natural thing to be handled by RPM, but instead, it's handled by whatever a vendor cooks up for managing alternatives (which can get ugly specwise fast).
For packagers, alt…
-
User has the ability to navigate to blank table pages. See my last comment in https://github.com/asc-csa/Scisat-App/pull/109
![image](https://user-images.githubusercontent.com/11013061/116130428-37b…
-
The experience is too slow. Even if the proposals are updated after finalization, it takes 20+ seconds for the UI to update every time.
Not clear how the caching and automatic refetching help us in…
-
Follow-up from the discussion on #146.
It would be good to know for what exactly Puppeteer is needed and if it could be replaced with something else that doesn't have a strict requirement for a giv…
-
The lighting example uses key names per item`'lights[0]': light0`. This could become pretty verbose and cumbersome, is it planned / possible to allow passing arrays instead `lights: [light0, light1, .…
-
Deploying Alpaca and API-X in the same Karaf container is proving problematic: https://github.com/fcrepo4-labs/fcrepo-api-x/issues/149. I'm interested in investigating alternatives like [Spring Boot]…