-
`VSOClilent.get()` needs to deal with this by making it a list, or the `QueryResponse` object slicing needs overloading to make it always return a list.
-
**Describe the bug**
1. What are you trying to do?
request through micro tool or http
2. What did you expect to happen?
get correct field name defined in the proto file
3. What happens instead?…
-
**Describe the bug**
A `ChangeFeedProcessor` configured to read from the beginner per [this page](https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-configure-change-feed-start-time#reading-from…
-
Currently we hide any VSO error codes from the user at Search time. If there is a reliable way we can extract this info we should throw warnings or similar.
From #3331 we can see that under certain…
-
I'm trying to use the method "createInvoice" and I keep getting the following error:
```
{
"Fault": {
"Error": [
{
"Message": "Error parsing object",
"Detail": "Obje…
-
Minimal emulation of some of the sdk code, especially for the (non-wasm) unit tests.
Allow to register multiple modules with unique `HumanAddr`.
Launch a message on a `Dispatcher` and if it return…
-
Right now, `RawQuery` expresses the database key as a string.
```
// RawQuery is a default query that can easily be supported by all contracts
#[derive(Serialize, Deserialize, Clone, Debug, Parti…
-
When doing the following VSO query:
```python
Fido.search(a.Time('2012-03-04','2012-03-06'), a.Instrument("EUVI"),
a.Wavelength(304*u.AA), a.Sample(100*u.min))
```
The VSO respon…
-
I am having this error after migrating to v5.8.1
Before then the code was working perfectly
My service looks like this:
public object Get(FindCategories req) {
var qry = AutoQuery.CreateQ…
-
Hi.
I'm trying to build latest release of Conseil `2020-march-release-21` with this build script:
```
#!/bin/bash
VERSION=$(git describe --tags)
# hack to build Conseil without docker
rm…