-
```
What steps will reproduce the problem?
1. Create a private module with an error that Gin can detect (e.g., require an
annotated class and don't define a binding for it).
What is the expected out…
-
```
What steps will reproduce the problem?
1. Create a private module with an error that Gin can detect (e.g., require an
annotated class and don't define a binding for it).
What is the expected out…
-
![2016-04-17 13-16-36](https://cloud.githubusercontent.com/assets/3712729/14585210/cca764ba-049e-11e6-9556-1da8a4542d2f.png)
-
Cf. https://github.com/hammerlab/biokepi/pull/31#issuecomment-97204443
-
Hi, I'm running into a problem when sampling from a vector of probabilities, to get a vector of booleans.
The program fails at runtime:
Prelude.Ord.< applied to EDSL types: use (
malie updated
9 years ago
-
# articulos
- [x] un nuevo horizonte comunista
- [x] la parodia de los comunes
- [x] más allá de la abundancia digital (lo termina @tessconlimon?)
- [x] tesis sobre el trabajo digital
- [x] los átomos…
fauno updated
9 years ago
-
Originally reported on Google Code with ID 7
```
The ImportManager thread started from within the peaberry bundle Activator
tosses a ServuceUnavailableException when the bundle is restarted. You can…
-
```
Add support for assisted inject. Proposed solution: Add a method "void
asFactory()" (or similar) to GinLinkedBindingBuilder. A binding would look
like this:
bind(MyFactory.class).asFactory();
//…
-
`jsc.forall` accepts generators. However, the first thing a newbie user sees is the following:
``` js
jsc.forall("bool -> bool", "bool", function (f, b) {
return f(f(f(b))) === f(b);
});
```
I…
-
```
Add support for assisted inject. Proposed solution: Add a method "void
asFactory()" (or similar) to GinLinkedBindingBuilder. A binding would look
like this:
bind(MyFactory.class).asFactory();
//…