-
Is there anywhere to see any kind of usage example of this? As a new user it looks quite interesting, but it's almost impossible to start out without any direction whatsoever on how a normal HJScript …
ggVGc updated
9 years ago
-
This is the code from Makefile:
```
docs: ## Generate documentation
make clean-docs
mkdir -p .temp/docs
poetry export -f requirements.txt --with dev --output .temp/docs/requirements.txt
poet…
-
https://www.expectedparrot.com/content/55ec2c6b-143d-45d1-911e-57968b1245e7
Code to reproduce:
```
from edsl import ScenarioList
d = {"item": ["color", "food", "animal"]}
sl = ScenarioList.fr…
-
```
Repro steps:
public class MyModule extends AbstractModule {
protected void configure() {
bindConstant().annotatedWith(Names.named("year")).to("1955");
}
}
Binding integerBinding = Guice.…
-
One of Haskell's strongest points is ability to create DSLs, including languages meant for users who did not need to or want to learn Haskell, or the intricacies of our tools.
Prior to the removal …
-
The
-
```
Repro steps:
public class MyModule extends AbstractModule {
protected void configure() {
bindConstant().annotatedWith(Names.named("year")).to("1955");
}
}
Binding integerBinding = Guice.…
-
```
Repro steps:
public class MyModule extends AbstractModule {
protected void configure() {
bindConstant().annotatedWith(Names.named("year")).to("1955");
}
}
Binding integerBinding = Guice.…
-
I hope via https://github.com/ghc-proposals/ghc-proposals/pull/243 to make GHC able to use TH, but as GHC is not the sole user of happy, I figured I can get the ball rolling on brainstorming ideas now…
-
See example where we have a `ScenarioList` that contains scenarios that are lists. When we use the lists as question options only the first list appears to be passed (the responses are all from the fi…