-
```
We are using Beehive page flow controllers which are being injected with
services. Since we rely on session replication the page flow controllers
will eventually be serialized. Two problems arise:…
-
```
We are using Beehive page flow controllers which are being injected with
services. Since we rely on session replication the page flow controllers
will eventually be serialized. Two problems arise:…
-
The following (understandably) does not work, but a mechanism should be provided to facilitate binding
```groovy
class MyController {
def get(Serializable id) { // given a request to /my/1…
-
First of all, thanks a lot for the amazing library, it's a great help!
While toying around, I wanted to store `Pedalboard` instances by directly dumping them using `pickle` (https://docs.python.org…
-
```
We are using Beehive page flow controllers which are being injected with
services. Since we rely on session replication the page flow controllers
will eventually be serialized. Two problems arise:…
-
```
We are using Beehive page flow controllers which are being injected with
services. Since we rely on session replication the page flow controllers
will eventually be serialized. Two problems arise:…
-
```
We are using Beehive page flow controllers which are being injected with
services. Since we rely on session replication the page flow controllers
will eventually be serialized. Two problems arise:…
-
```
We are using Beehive page flow controllers which are being injected with
services. Since we rely on session replication the page flow controllers
will eventually be serialized. Two problems arise:…
-
**Is your feature request related to a use case or problem? Please describe.**
Currently when one introduces a new public class in the cirq namespace, they have to add either make it json serializa…
-
```
I'd like to cache my search results in line with most API's having some form of
rate limiting.
I'm using ehcache; however I'm not able to cache NewsResults b/c it doesn't
implement Serializable…