Albert Örwall

Results 29 comments of Albert Örwall

I'm down to 2 failing tests now in pydata/xarray 0.12. I probably need to compare to logs from a successful run to fix those effectively. I'm also testing testbeds for...

I got all except for `pydata__xarray-4094` and `pydata__xarray-4493` to run.

What version of sbt are you using? And which dependencies are missing?

Hmm. It seems like all snapshots besides the latest one have disappeared from Typesafe's snapshot repo (http://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-actor/). I have to refactor some code to get it to work with the...

I've migrated to Akka 2.1-M2 and Scala 2.10-M7 and it should compile now. I still need to fix some tests though...

A jar for each module should be created. evactor/core/target/core-0.3-SNAPSHOT.jar, evactor/api/target/api-0.3-SNAPSHOT.jar and evactor/storage-cassandra/target/storage-cassandra-0.3-SNAPSHOT.jar

If you want to try a working example of an Evactor implementation. Try the twitter example: https://github.com/aorwall/evactor-twitter

You're right. Good catch. That explains why it looked like some of the benchmark instances failed in my benchmark. Now it covers all the cases you resolved.

I'm planning to add support for handling not yet supported languages and other formats as plain text. That way, you can still use all types of formats and languages, but...

If I understood the Code Action concept correctly the essential thing is to let the LLM respond in code instead of a structured format like JSON? It could be interesting...