-
Hi,
I'm seeing the following since updating to the latest version of Cosmonaut. Where/how would I best enable Cross partition query, can't seem to find it.
Many thanks, L
Cross partition query i…
-
Can we share a collection between multiple entities? The RUs are causing big spike in cost as I have quite de-normalized data structure, can different entities point to single collection and same can …
-
I am facing the following problems with Moq. I am mocking an `ICosmosStore` repository to write unit tests in the service layer.
```
var fakeDataRepo = new Mock();
var fakeData = Factory.CreateFa…
-
I am running the class org.deeplearning4j.word2vec.Word2VecExample from dl4j-examples project with version number 0.0.3.2.7. The dl4j version it depends on is 0.0.3.2.7 as well.
When I run on my linu…
-
Awesome library!! However, when I use `CountAsync` I get a query that looks like this:
```
{"query":"SELECT VALUE root FROM root WHERE (root[\"AccountId\"] = XXXXX) "}
```
The regular Count() f…
-
A pattern I've used with Azure's SQL Server and Postgres PaaS offerings is to use a single instance to hold data for all our test environments (e.g. dev, test, qa), by using database schemas. For exam…
-
Strange. On the savegame I sent you earlier, I was able to assemble my Apollo suborbital. But then when I went to schedule a Manned Orbital EVA Duration, when I click on Apollo, the Select Primary V…
peyre updated
6 years ago
-
Please, add cl-muproc, erlang-inspired multiprocessing common lisp library (https://common-lisp.net/project/cl-muproc/)
Githubbed version: https://github.com/ska80/cl-muproc
Small dependency: http…
-
I have been using gazebo6 with ROS indigo(on Ubuntu 14.04) to run the PX4 plugin and now changing to gazebo7 with ROS kinetic (on Ubuntu 16.04)
I have followed the instructions and the
```
make posi…
-
Hi,
Is it possible to rewrite so that AddAsync (and similiar) in ICosmosStore returns some form of interface instead of CosmosResponse. This would simplify mocking/testing a lot.
Many thanks!