Ayende Rahien

Results 197 comments of Ayende Rahien

@ml054 is that something that is even possible for us?

Before that, we need to understand what is the _point_, just being able to store that as a app launcher shortcut?

Note that what you are asking is not supported. The studio is bundled with RavenDB, and it is meant to be used with the _same_ server. That alleviate things like...

I tried to reproduce your scenario, but was unable to do so. Here is a passing test based on your code, the output is (no alias): ``` from 'LessonActivities' where...

There is a lot of missing code here, which means that I cannot test this. Can you take the test code that I have above and modify it to reproduce...

You want to be able to do `await`, then? But do that automatically. One of the purposes of the Task API is to let you run things in the background,...

That might actually be a good idea to support, so the API isn't async based to the script, but is async for the usage.

Given that a lot of that is related to the need to parse / state. Can we do things differently? Have a readonly scope of some sort? So I can...

It looks very much like there are missing files there. In short, we are running checkpoint at various time (last sync tx in this case) being 191. And after we...