-
I really like the advantages this framework has to offer in terms of eliminating the performance/complexity/interop costs of a virtual DOM but think this needs to be made much more clear. From [curren…
-
rbyh updated
4 months ago
-
This is something @koengit & I spoke about that we want to discuss in the next meeting, so @sedwards-lab & @j-hui can help us understand the situation.
Function pointers are expensive to use since …
-
I expect it to sort fields in the order that I have applied it, but it does it in reverse:
rbyh updated
3 months ago
-
Suggestion from @natefaubion.
Something vaguely like:
``` purescript
module MyPrelude
( module Data.Map as M
...
) where
import Data.Map
```
Then you can:
``` purescript
impor…
garyb updated
3 years ago
-
```
from edsl import QuestionMultipleChoice, Scenario, ScenarioList
q = QuestionMultipleChoice(
question_text = """
Jules wants to purchase a Royale with cheese from Vincent.
Vincent is willin…
-
rbyh updated
4 months ago
-
Model is not returning a response
Code to reproduce:
```
from edsl.questions import QuestionFreeText
from edsl import Scenario
q = QuestionFreeText(
question_name = "test",
question…
rbyh updated
4 months ago
-
-
If one runs this: https://github.com/apostolosfilippas/homo_silicus/blob/main/analysis/horton.py at a high temperature (1+) it fails on some of the API calls, but it is not clear what the problem is f…