-
Solr offers some features allowing for [de-duplication](https://lucene.apache.org/solr/guide/6_6/de-duplication.html), i.e. hiding or collapsing records with very high similarity. This might be useful…
-
Minimal example:
```rust
extern crate hyper;
extern crate hyper_native_tls;
extern crate yup_oauth2 as oauth2;
extern crate google_youtube3 as youtube3;
use oauth2::{Authenticator, DefaultAuthen…
-
**TL;DR**: the version of this lib on npm is out of date with respect this repo's oauth2example and [this Intuit blog post](https://developer.intuit.com/hub/blog/2017/10/25/oauth-2-0-support-quickbook…
mLuby updated
6 years ago
-
Is it possible that document and workspace symbol APIs will return annotations usages?
For the code below I would like to receive the symbol of `@Query` usage which currently I don't get.
```
@…
-
**NEST/Elasticsearch.Net version**: 5.5.0
**Elasticsearch version**: 5.4.1
**Description of the problem including expected versus actual behavior**: Code containing the Nest client runs …
-
In a multi-node cluster, a query like `Count(Range(frame=f, invalidField
-
I am looking forward to integrate official solrs releases again hopefully in the near future. Since I had to support existing frameworks relying on XML and JSON responses, solrs official QueryResponse…
-
Hi!
I ran these lines:
import matplotlib.pyplot as plt
from sunpy.net import Fido, attrs as a
from sunpy.map import Map
which gave me this:
Traceback (most recent call last):
File…
-
To use CoreDNS authoritative DNS to service publicly zone files. Discussion started on issue #1223 , and wanted to open dedicated issue for this.
The use case Core-DNS will serve zone file from a …
-
**Intended outcome:**
Calling `setVariables()` on a `ObservableQuery` should notify subscribers of a data change. This works as expected if the query is not cached and results in a network request.
…