-
![dumbo-5c9dd89f8cc32](https://user-images.githubusercontent.com/86240552/123663979-ee097c80-d804-11eb-89a5-a62565d37bc0.jpg)
-
Opening this up for discussion: what do you all think about the idea of introducing class instantiation directly into the context, like `$context->get(Foo::class, 'bar')`? I think this could be a real…
-
**Jetty version(s)**
12.0.8 onwards
**Jetty Environment**
ee10
**Java version/vendor** `(use: java -version)`
any
**OS type/version**
any, macOS
**Description**
While trying to serv…
-
In [`069f97e`](https://github.com/samuelemusiani/status.adm/commit/069f97e9a88d3eaa60b933b55672f4f6c1dc37ef
), Dumbo (https://dumbo.students.cs.unibo.it) was **down**:
- HTTP code: 502
- Response time…
-
HoneyBadgerBFT (https://eprint.iacr.org/2016/199.pdf) is a BFT protocol which notably *can be run over Tor*. If we ever want to hide the IP addresses of multisig participants, we would need to move Tr…
-
I'm planning on run a cron-job every 48 hours to mass-extract a bunch of new RAR files that will appear on my server. However, I won't be using --clean, and thus, the RAR files will continue to stay t…
-
_As originally [reported](http://dumbo.assembla.com/spaces/dumbo/tickets/61) by Elias Pampalk:_
The following scripts demonstrate a failure to fail when executed on a hadoop cluster (fails fine if ex…
-
If I write a map function with the alternative low-level single-parameter interface, then give it to `MultiMapper`:
```
import dumbo
from dumbo.lib import MultiMapper
from dumbo.decor import primary
…
-
// my python job
def mapper(key, value):
yield value.split(" ")[0], 1
def reducer(key, values):
yield key, sum(values)
if **name** == "**main**":
import dumbo
dumbo.run(mapper, reduc…
-
One of the major differences between mrjob and dumbo is that dumbo uses the typedbytes interface to communicate with the hadoop streaming runtime. We are working on adding typedbytes to mrjob for thi…