-
### Code
```Rust
pub fn get_all_files_in_dir> {
Box::pin(async move {
let x = Vec::new().into_iter();
get_all_files_in_dir().await;
x
})
}
```
### Meta
`rustc -…
-
Dynamic SPARQL query construction is essential for how `rdfproxy` works and also the (conceptually) most difficult and potentially error-prone part of the library.
Basically, the SPARQL adapter has…
-
### Describe the feature
**Problem:** Nuxt currently lacks an integrated way to make query parameters reactive. Although useRoute().query provides access to query parameters, it is not reactive, whic…
-
Drilldowntree return a list but not a query, returning a query can make the query easier
-
Is there already any stored function that would update the `queryables` table with the actual possible values from items or from collection summaries? We already use `pgstac.missing_queryables()` as d…
-
### Which OpenObserve functionalities are relevant/related to the feature request?
other
### Description
When I want to query stream data from different organizations by opening multiple tabs in th…
-
I have been unable to find a "current query result number" that will enable me to:
1) Number query results for a regular query
2) Base dynamic visibility on the current query item count
Please ad…
-
We are using envoy 1.29.1, We have observed that DNS resolution in Envoy is working correctly when the order of queries is CNAME first, followed by an A record query. However, on the other hand, if th…
-
### 📋 Description
It would be great to add support for [DeviantArt](https://www.deviantart.com) badge.
Below is an example badge which I used on the Github page of [my project](https://github.com…
-
Hi Franco,
I am writing a program called [SPECTRE](https://github.com/jcfitzpatrick12/spectre), which is a Python-based framework for recording and visualising radio spectrograms. With the help of …